This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52571] vectorizer changes alignment of common symbols
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Mar 2012 15:27:48 +0000
- Subject: [Bug tree-optimization/52571] vectorizer changes alignment of common symbols
- Auto-submitted: auto-generated
- References: <bug-52571-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52571
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |ro at gcc dot gnu.org
Resolution|FIXED |
--- Comment #8 from Rainer Orth <ro at gcc dot gnu.org> 2012-03-20 15:27:48 UTC ---
Unfortunately, the patch caused many testsuite failures on both
sparc-sun-solaris
and powerpc-apple-darwin, as can be seen e.g. at
http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02102.html
Should I file a separate PR for this?
Rainer