OSDN Git Service

Can't link it - no main()
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1999 00:33:16 +0000 (00:33 +0000)
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1999 00:33:16 +0000 (00:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25961 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.pt/static6.C

index 785bc4e..91a970c 100644 (file)
@@ -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];
 };