This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51876] [4.7 regression] Recent extra neon related testsuite regressions on arm-linux-gnueabi


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]