[PATCH, testsuite]: Add x86_64 to gcc.dg/debug/dwarf2/const-2b.c target selector

Uros Bizjak ubizjak@gmail.com
Thu Sep 22 16:41:00 GMT 2016


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.

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

Committed to mainline SVN.

Uros.
-------------- next part --------------
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)));


More information about the Gcc-patches mailing list