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/18888] [4.0 regression] loops miscompiled


------- Additional Comments From law at redhat dot com  2004-12-14 17:33 -------
This appears to be a bug in how we coalesce objects appearing in abnormal
PHIs.  [ We get abnormal PHIs because of the computed gotos. ]

I've got a patch which appears to generate the right code for this testcase
and I'll be testing today.  I will (of course) post a more detailed analysis
when I officially submit the patch.

Jeff

-- 


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


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