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) ; }
paolo.carlini at oracle dot com Mon, 07 May 2012 11:39:16 -0700
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) ; }