diff mbox

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

Message ID CAFULd4a6DOEb_QLcZoDqw=zyE-EMk0NN70O=AOEVDkLwvdDoQg@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Sept. 22, 2016, 4:25 p.m. UTC
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.
diff mbox

Patch

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)));