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 middle-end/53144] [4.7/4.8 Regression] PPRE infinite loop


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

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-02 12:17:48 UTC ---
We are repeatedly inserting

Inserted pretmp.34_83 = MEM[(unsigned char *)&uc0];
 in predecessor 2

causing insert iteration.  Reproduces with -fno-tree-partial-pre, too, so a
regular PRE issue.


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