This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49429] [4.7 Regression] dse.c changes to fix PR44194 (r175063) cause execution failures
- From: "sje at cup dot hp.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 21 Jun 2011 15:21:47 +0000
- Subject: [Bug rtl-optimization/49429] [4.7 Regression] dse.c changes to fix PR44194 (r175063) cause execution failures
- Auto-submitted: auto-generated
- References: <bug-49429-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49429
--- Comment #14 from Steve Ellcey <sje at cup dot hp.com> 2011-06-21 15:21:44 UTC ---
The bootstrap and testing of this patch on IA64 looks good. There were no
regressions and it seems to have fixed all the test cases that started breaking
on IA64 with the patch to PR 44194.
Unfortunately, this patch does not seem to fix PR 49454, the PA bootstrap
failure, which also broke at the same time. Perhaps there are some other
places where mark_addressable needs to be called?