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/51387] Test vect.exp/vect-116.c fails on execution when compiled with -mavx2 on sde.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51387

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011-12-02
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-02 11:42:02 UTC ---
Created attachment 25970
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25970
gcc47-pr51387.patch

That permutation is of course required, otherwise it wouldn't be extract even
extraction.  The bug is elsewhere, for mulv32qi we shouldn't be using extract
even, because the interleave insns don't really interleave fully, but only
intra-lane.


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