Skip to content
Snippets Groups Projects
Commit 59cd72af authored by Jerome Lambourg's avatar Jerome Lambourg Committed by Alexandre Oliva
Browse files

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.
parent 75df9435
No related branches found
No related tags found
No related merge requests found
// { 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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment