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 rtl-optimization/47866] [4.5/4.6 Regression] gcc.dg/torture/vector-2.c fails on IA64


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-08 17:40:53 UTC ---
The reason why aliasing believes reg 356 is varying is that sched1 doesn't use
cselib.  sched2 should be to figure out.  Why it generates ld8.a is unclear to
me, but at least that is not a wrong-code issue.


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