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 testsuite/50185] [4.7 Regression] Bad AVX2 tests


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-26 11:57:53 UTC ---
I don't think using -dp and matching insn names is a good approach, any time
you macroize the insns or rename you'll need to adjust the tests.
You can try to match the insn name followed by spaces/tabs followed by the
first operand...


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