aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2008-11-24 18:11:12 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-11-24 18:11:12 +0000
commitc63d77544c698d5ee05f194ae241db82b1769497 (patch)
tree9e9822e351860b3d5fd526fbd1dfe4ea443b7c51 /gcc
parentc607e765a2a22974358ae9ed996d2a18310f3caf (diff)
downloadgcc-c63d77544c698d5ee05f194ae241db82b1769497.zip
gcc-c63d77544c698d5ee05f194ae241db82b1769497.tar.gz
gcc-c63d77544c698d5ee05f194ae241db82b1769497.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/const2.C1
2 files changed, 4 insertions, 0 deletions
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 <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.
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<int>::i.
+// { dg-prune-output "ld: symbol" }
// { dg-message "i" "" { target *-*-* } 0 }
template <class T> struct B { static const int i = 3; };