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:
b0c990f
)
Darwin, testsuite : Skip a test that requires ELF.
author
Iain Sandoe
<iain@sandoe.co.uk>
Sat, 19 Sep 2020 13:35:58 +0000
(14:35 +0100)
committer
Iain Sandoe
<iain@sandoe.co.uk>
Mon, 21 Sep 2020 18:31:22 +0000
(19:31 +0100)
The symver support is only available to ELF targets.
gcc/testsuite/ChangeLog:
* gcc.dg/ipa/symver1.c: Skip for Darwin.
gcc/testsuite/gcc.dg/ipa/symver1.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/ipa/symver1.c
b/gcc/testsuite/gcc.dg/ipa/symver1.c
index
645de7e
..
fca5220
100644
(file)
--- a/
gcc/testsuite/gcc.dg/ipa/symver1.c
+++ b/
gcc/testsuite/gcc.dg/ipa/symver1.c
@@
-1,4
+1,5
@@
/* { dg-do compile } */
+/* { dg-skip-if "only works for ELF targets" { *-*-darwin* } } */
__attribute__ ((__symver__ ("foo@VER_2")))
__attribute__ ((__symver__ ("foo@VER_3")))