This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "&a" 1
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 12 Mar 2012 14:19:58 +0000
- Subject: [Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "&a" 1
- Auto-submitted: auto-generated
- References: <bug-52563-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52563
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-12 14:19:58 UTC ---
We now perform store motion for the address computation as expected. The
question is what the testcase was for (I suppose final-value-replacement
non-optimization) and eventually disable lim on them.