From c63d77544c698d5ee05f194ae241db82b1769497 Mon Sep 17 00:00:00 2001 From: Jack Howarth Date: Mon, 24 Nov 2008 18:11:12 +0000 Subject: re PR testsuite/38241 (g++.old-deja/g++.pt/const2.C fails on *-apple-darwin9) 2008-11-24 Jack Howarth PR testsuite/38241 * g++.old-deja/g++.pt/const2.C: Prune output for Darwin. From-SVN: r142164 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/g++.old-deja/g++.pt/const2.C | 1 + 2 files changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3f809a1..ff142cb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2008-11-24 Jack Howarth + 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. diff --git a/gcc/testsuite/g++.old-deja/g++.pt/const2.C b/gcc/testsuite/g++.old-deja/g++.pt/const2.C index 2666b9b..3ca4a53 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/const2.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/const2.C @@ -1,5 +1,6 @@ // { dg-do link } // This test should get a linker error for the reference to A::i. +// { dg-prune-output "ld: symbol" } // { dg-message "i" "" { target *-*-* } 0 } template struct B { static const int i = 3; }; -- cgit v1.1