* c-common.c (warning_candidate_p): Change the return type to bool
commit424b2d7d902d445e5120e36718af6186ae94b5ee
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 09:32:44 +0000 (11 09:32 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 09:32:44 +0000 (11 09:32 +0000)
treece4718f2566c55a8e11ea72402ee7d12c4066b48
parente29c6f1a68617091e081357da7e0c3b4703f5b64
* c-common.c (warning_candidate_p): Change the return type to bool
and return true/false instead of 1/0.
(vector_mode_valid_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240974 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-common.c