r276808 - in /trunk/gcc/cp: ChangeLog typeck.c
mpolacek@gcc.gnu.org
mpolacek@gcc.gnu.org
Thu Oct 10 14:37:00 GMT 2019
Author: mpolacek
Date: Thu Oct 10 14:37:36 2019
New Revision: 276808
URL: https://gcc.gnu.org/viewcvs?rev=276808&root=gcc&view=rev
Log:
Make comp_ptr_ttypes_real return bool.
comp_ptr_ttypes_real could use bool instead of int since it only returns
0 or 1.
* typeck.c (comp_ptr_ttypes_real): Change the return type to bool.
Use false instead of 0.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/typeck.c
More information about the Gcc-cvs
mailing list