[Bug c++/53158] [C++11] Bogus error in loop condition

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Mon May 7 19:04:00 GMT 2012


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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-07 18:38:34 UTC ---
void foo();

void bar(int a, int b)
{
  if (foo() && a < b)
    ;
}



More information about the Gcc-bugs mailing list