This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/57592] [4.9 Regression] ICE in tree_unroll_loops_completely at -O3


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
t.c: In function 'f':
t.c:4:1: error: definition in block 3 follows the use
 f ()
 ^
for SSA_NAME: _27 in statement:
d_55 = _27 | _30;
t.c:4:1: internal compiler error: verify_ssa failed

after reassoc

*** This bug has been marked as a duplicate of bug 57393 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]