re PR testsuite/38241 (g++.old-deja/g++.pt/const2.C fails on *-apple-darwin9)

2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>

	PR testsuite/38241
	* g++.old-deja/g++.pt/const2.C: Prune output for Darwin.

From-SVN: r142164
This commit is contained in:
Jack Howarth 2008-11-24 18:11:12 +00:00 committed by Janis Johnson
parent c607e765a2
commit c63d77544c
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38241
* g++.old-deja/g++.pt/const2.C: Prune output for Darwin.
PR testsuite/38076
* g++.dg/other/anon5.C: Skip on Darwin.

View File

@ -1,5 +1,6 @@
// { dg-do link }
// This test should get a linker error for the reference to A<int>::i.
// { dg-prune-output "ld: symbol" }
// { dg-message "i" "" { target *-*-* } 0 }
template <class T> struct B { static const int i = 3; };