aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@gcc.gnu.org>1999-03-25 00:33:16 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>1999-03-25 00:33:16 +0000
commit51795d12fbb6661a0c8af63d8b1a3cc4f69a2cdc (patch)
treed02e2a91c3aeb85cb446a72b5536cf20e6d910e9
parentf3692274cb0ccbd2930de5a9c10901e4da531e00 (diff)
downloadgcc-51795d12fbb6661a0c8af63d8b1a3cc4f69a2cdc.zip
gcc-51795d12fbb6661a0c8af63d8b1a3cc4f69a2cdc.tar.gz
gcc-51795d12fbb6661a0c8af63d8b1a3cc4f69a2cdc.tar.bz2
Can't link it - no main()
From-SVN: r25961
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static6.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static6.C b/gcc/testsuite/g++.old-deja/g++.pt/static6.C
index 785bc4e..91a970c 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/static6.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/static6.C
@@ -1,9 +1,7 @@
-// Build don't run:
+// Build don't link:
// Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
-// excess errors test - XFAIL *-*-*
-
template <class T> struct A {
static const int l[1];
};