This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Activate -Wc++-compat warnings for most C++ keywords


"Kaveh R. GHAZI" <ghazi@caip.rutgers.edu> writes:

> Okay, I'll double check and activate "bool" separately if it works.  In
> your patch you seemed to indicate there was something with "bool" that
> required further discussion.  I thought it was the same issue:
> http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00805.html
>
> If not the _Bool conflict, then what was it?

It was the fact that gcc uses "bool" all over the place, and we
certainly don't want to change that.  But it may not matter, since it
is usually a preprocessor macro.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]