------- Comment #26 from pluto at agmk dot net 2008-04-21 13:15 ------- and one more testcase, similar to c#24:
extern int i, j, k; struct X { X(); ~X(); }; bool f() { X x; if ( i && j ) if ( k < 0 ) return true; else return false; else return false; } tested on gcc-4.3-svn20080417 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624