[Bug middle-end/55481] [4.8 regression] -O2 generates a wrong-code infinite loop in C++Benchmark's simple_types_constant_folding int8 xor test

rakdver at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 10 18:19:00 GMT 2012


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

--- Comment #14 from Zdenek Dvorak <rakdver at gcc dot gnu.org> 2012-12-10 18:19:07 UTC ---
This is a problem in rewrite_use_nonlinear_expr, which should leave the
statement defining the biv untouched (as suggested in the comment at its
beginning) but does not.  Investigating further...



More information about the Gcc-bugs mailing list