Commit c63d7754 by Jack Howarth Committed by Janis Johnson

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
parent c607e765
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.
......
// { 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; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment