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

Re: [980307]: Warning patches #4/5 - Missing braces, brackets, parens...


This is OK to install.

The cp/typeck.c change isn't optimal.  The problem isn't missing parens,
the problem is a misplaced paren.  If you delete one paren from the end and
put it before the ||, then the expression should be OK.  This is just a nit
though.

Jim


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