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) ; }