From: Martin v. Löwis Date: Thu, 25 Mar 1999 00:33:16 +0000 (+0000) Subject: Can't link it - no main() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51795d12fbb6661a0c8af63d8b1a3cc4f69a2cdc;p=gcc.git Can't link it - no main() From-SVN: r25961 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static6.C b/gcc/testsuite/g++.old-deja/g++.pt/static6.C index 785bc4e1a8c..91a970c2a51 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 -// excess errors test - XFAIL *-*-* - template struct A { static const int l[1]; };