mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
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.
This commit is contained in:
committed by
Alexandre Oliva
parent
75df9435f3
commit
59cd72afce
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user