projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a8a4e
)
Limit pr95237-6.c to x86 targets
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 22 Jul 2020 14:33:54 +0000
(07:33 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Wed, 22 Jul 2020 14:38:00 +0000
(07:38 -0700)
Since c-c++-common/pr95237-6.c is x86 specific, limit it to x86 targets.
PR target/95237
* c-c++-common/pr95237-6.c: Only run for x86 targets.
gcc/testsuite/c-c++-common/pr95237-6.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/c-c++-common/pr95237-6.c
b/gcc/testsuite/c-c++-common/pr95237-6.c
index
ce1568f
..
5e7396d
100644
(file)
--- a/
gcc/testsuite/c-c++-common/pr95237-6.c
+++ b/
gcc/testsuite/c-c++-common/pr95237-6.c
@@
-1,5
+1,5
@@
-/* { dg-do run } */
-/* { dg-options "-O2"
{ target { i?86-*-* x86_64-*-* } }
} */
+/* { dg-do run
{ target { i?86-*-* x86_64-*-* } }
} */
+/* { dg-options "-O2" } */
#include <stddef.h>
#ifdef __x86_64__
# define EXP_ALIGN 8