http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-26
11:03:50 UTC ---
Shorter testcase:
int
foo (void)
{
return 1 / 0 > 0;
}
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145254
C_MAYBE_CONST_EXPR leaking to gimplification.
