* gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
Remove SSE effective target requirement.
From-SVN: r240377
+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
-/* { 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)));