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:
75df943
)
Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
author
Jerome Lambourg
<lambourg@adacore.com>
Fri, 1 Jan 2021 00:37:56 +0000
(21:37 -0300)
committer
Alexandre Oliva
<oliva@gnu.org>
Fri, 1 Jan 2021 05:00:55 +0000
(
02:00
-0300)
Linking in vxworks kernel-mode is partial linking, so missing symbols
are not detected.
for gcc/testsuite/ChangeLog
* g++.old-deja/g++.pt/const2.C: Skip on vxworks kernel.
gcc/testsuite/g++.old-deja/g++.pt/const2.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/const2.C
b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
index
3ca4a53
..
7340ff4
100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.pt/const2.C
+++ b/
gcc/testsuite/g++.old-deja/g++.pt/const2.C
@@
-1,4
+1,5
@@
// { dg-do link }
+// { dg-skip-if "VxWorks dkms use partial link" { vxworks_kernel } }
// This test should get a linker error for the reference to A<int>::i.
// { dg-prune-output "ld: symbol" }
// { dg-message "i" "" { target *-*-* } 0 }