diff options
| author | Uros Bizjak <ubizjak@gmail.com> | 2016-09-22 20:11:19 +0200 |
|---|---|---|
| committer | Uros Bizjak <uros@gcc.gnu.org> | 2016-09-22 20:11:19 +0200 |
| commit | 1c681c7bf7e28ceeeb50e90444b89f833f7bcc23 (patch) | |
| tree | 9d0dbc33baca40a098c325a88b92b4e6b968e70e /gcc/testsuite/gcc.dg/pr40550.c | |
| parent | 67cf0a5391dbd2ef1906899c702a19e8f1b50c3a (diff) | |
| download | gcc-1c681c7bf7e28ceeeb50e90444b89f833f7bcc23.zip gcc-1c681c7bf7e28ceeeb50e90444b89f833f7bcc23.tar.gz gcc-1c681c7bf7e28ceeeb50e90444b89f833f7bcc23.tar.bz2 | |
ifcvt-1.c: Compile also for 64-bit i?86-*-* target.
* gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target.
* gcc.dg/ifcvt-2.c: Ditto.
* gcc.dg/zero_bits_compound-1.c: Ditto.
* gcc.dg/zero_bits_compound-1.c: Ditto.
* gcc.dg/pr40550.c: Simplify target selectors.
Use dg-additional-options.
* gcc.dg/pr47893.c: Ditto.
* gcc.dg/pr68435.c: Compile also for i?86-*-* target. Add -march=i686
additional options for 32-bit x86 targets.
* gcc.dg/pr70955.c: Move to ...
* gcc.target/i386/pr70955.c: ... here. Simplify target selector.
From-SVN: r240381
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr40550.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/pr40550.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/pr40550.c b/gcc/testsuite/gcc.dg/pr40550.c index 0895113..0de5554 100644 --- a/gcc/testsuite/gcc.dg/pr40550.c +++ b/gcc/testsuite/gcc.dg/pr40550.c @@ -1,6 +1,7 @@ /* { dg-do run } */ -/* { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ -/* { dg-require-effective-target sse_runtime { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ +/* { dg-options "" } */ +/* { dg-additional-options "-msse" { target i?86-*-* x86_64-*-* } } */ +/* { dg-require-effective-target sse_runtime { target { i?86-*-* x86_64-*-* } } } */ typedef float v2sf __attribute__ ((vector_size (2 * sizeof(float)))); |
