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:
parent
c607e765a2
commit
c63d77544c
@ -1,5 +1,8 @@
|
|||||||
2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
|
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
|
PR testsuite/38076
|
||||||
* g++.dg/other/anon5.C: Skip on Darwin.
|
* g++.dg/other/anon5.C: Skip on Darwin.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// { dg-do link }
|
// { dg-do link }
|
||||||
// This test should get a linker error for the reference to A<int>::i.
|
// This test should get a linker error for the reference to A<int>::i.
|
||||||
|
// { dg-prune-output "ld: symbol" }
|
||||||
// { dg-message "i" "" { target *-*-* } 0 }
|
// { dg-message "i" "" { target *-*-* } 0 }
|
||||||
|
|
||||||
template <class T> struct B { static const int i = 3; };
|
template <class T> struct B { static const int i = 3; };
|
||||||
|
Loading…
Reference in New Issue
Block a user