const-2b.c: Also compile for x86_64-*-*.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 22 Sep 2016 16:23:20 +0000 (18:23 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 22 Sep 2016 16:23:20 +0000 (18:23 +0200)
* gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
Remove SSE effective target requirement.

From-SVN: r240377

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c

index 6daa92163b7038eceae23fb2904b2d220711262d..86d80258f2c145a35a2ec77e8284ae69df0e5c2d 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-22  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
+       Remove SSE effective target requirement.
+
 2016-09-22  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/71979
index e7d199d1c4eb3f4d5d3f76552db285d2ac2bf833..e5dc55b833bc8829a358496290b20713c037f361 100644 (file)
@@ -1,6 +1,5 @@
-/* { dg-do compile { target i386*-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O -gdwarf -dA -msse" } */
-/* { dg-require-effective-target sse } */
 /* { dg-final { scan-assembler "DW_AT_const_value" } } */
 
 typedef float FloatVect __attribute__((__vector_size__(16)));