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/56188] [4.8 regression] FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCAPED = { (ESCAPED )?(NONLOCAL )?}"


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-04 11:58:50 UTC ---
ok, the difference is that in the working case we have

Equivalence classes for Direct node node id 28:_10 are pointer: 11, location:0
Equivalence classes for Direct node node id 34:derefaddrtmp are pointer: 18,
location:0

while in the non-working case

Equivalence classes for Direct node node id 28:_10 are pointer: 18, location:0
Equivalence classes for Direct node node id 34:derefaddrtmp are pointer: 18,
location:0

Bisecting points to rev. 195646.  I have a fix.


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