* gcc.dg/tm/memopt-15.c: Add -msse2 to dg-options.

From-SVN: r217324
This commit is contained in:
Jakub Jelinek 2014-11-11 00:09:09 +01:00 committed by Jakub Jelinek
parent b607f49b02
commit debede8184
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2014-11-11 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/tm/memopt-15.c: Add -msse2 to dg-options.
* gcc.dg/ubsan/ipa-icf-1.c: New test.
* gcc.dg/ipa/ipa-icf-31.c: New test.

View file

@ -1,5 +1,5 @@
/* { dg-do compile { target { i?86-*-linux* x86_64-*-linux* } } } */
/* { dg-options "-fgnu-tm -O" } */
/* { dg-options "-fgnu-tm -O -msse2" } */
/* Test the TM vector logging functions. */