This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/50052] [4.6/4.7/4.8 Regression] FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra
- From: "jamborm at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 26 Mar 2012 15:53:11 +0000
- Subject: [Bug tree-optimization/50052] [4.6/4.7/4.8 Regression] FAIL: gcc.dg/ipa/ipa-sra-2.c scan-tree-dump eipa_sra
- Auto-submitted: auto-generated
- References: <bug-50052-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50052
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #10 from Martin Jambor <jamborm at gcc dot gnu.org> 2012-03-26 15:53:11 UTC ---
The testcase is currently not being run on strict-alignment platforms
on the 4.6 and 4.7 branches and passes fine on trunk. Backporting the
misalignment expansion changes that allowed is not planned.
Thus, this PR can be finally closed as fixed. Thank you for your
patience.