This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51876] [4.7 regression] Recent extra neon related testsuite regressions on arm-linux-gnueabi
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jan 2012 11:59:23 +0000
- Subject: [Bug target/51876] [4.7 regression] Recent extra neon related testsuite regressions on arm-linux-gnueabi
- Auto-submitted: auto-generated
- References: <bug-51876-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51876
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org
|gnu.org |
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-17 11:59:23 UTC ---
Created attachment 26349
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26349
gcc47-pr51876.patch
Untested fix (well, tested that the ICEs are gone on all these tests with a
cross). vswp just seems to swap two vector registers, so it doesn't matter
which one is the first and which is the second, and the pattern only has two
operands, not 3.
Ramana, could you please bootstrap/regtest it on some real hw?