This is the mail archive of the gcc-help@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]

-Wparentheses is less sensitive in g++


Hi,

is there any reason for g++ to be less sensitive when using the
-Wparentheses option than gcc? For example gcc warns about the
following line

  if (a>0 & b>0)
    ...

but g++ does not. Why?

I've checked this with g++2.95, g++-3.2, g++-3.3 and g++-3.4.

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## http://os.inf.tu-dresden.de/~fm3                                     ##

Attachment: pgp00000.pgp
Description: PGP signature


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