2016-09-22  Uros Bizjak  <ubiz...@gmail.com>

    * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
    Remove SSE effective target requirement.

Tested on x86_64-linux-gnu {,-m32} where the testcase currently fails
for unrelated reasons.

Committed to mainline SVN.

Uros.
Index: gcc.dg/debug/dwarf2/const-2b.c
===================================================================
--- gcc.dg/debug/dwarf2/const-2b.c      (revision 240365)
+++ gcc.dg/debug/dwarf2/const-2b.c      (working copy)
@@ -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)));

Reply via email to