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]
Other format: [Raw text]

[Bug c++/19564] -Wparentheses does not work with the C++ front-end


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 14:12 -------
Note here is the testcase:
int f(int a, int b)
{
    if (a>0 & b>0) /* { dg-warning "" } */
     return 210;
  return 0;

}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19564


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