[Bug tree-optimization/42145] Incorrect "may be used uninitialized warning" for a very specific test case

2014-05-04 Thread marcel at telka dot sk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42145 --- Comment #11 from Marcel Telka --- It is reproducible even with -O1: int f(void); int main(void) { int a, b; a = f(); if (a) b = f(); if (a && b) return 1; return 0; }

[Bug target/21745] ICE during build of h8300 cross-compiler

2005-06-10 Thread marcel at telka dot sk
-- What|Removed |Added CC||marcel at telka dot sk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21745