diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2016-09-22 18:23:20 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2016-09-22 18:23:20 +0200 |
commit | 43639d2c8f5c6b8573e801fbe155f31889c36d98 (patch) | |
tree | 01ee55e7feb3299417fc3d395a81795f339c9f15 /gcc | |
parent | 8de88f7f0e67583fd39b173a29d98d4e6d2687f0 (diff) | |
download | gcc-43639d2c8f5c6b8573e801fbe155f31889c36d98.zip gcc-43639d2c8f5c6b8573e801fbe155f31889c36d98.tar.gz gcc-43639d2c8f5c6b8573e801fbe155f31889c36d98.tar.bz2 |
const-2b.c: Also compile for x86_64-*-*.
* gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
Remove SSE effective target requirement.
From-SVN: r240377
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6daa921..86d8025 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c b/gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c index e7d199d..e5dc55b 100644 --- a/gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c +++ b/gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c @@ -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))); |