OSDN Git Service

* config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / static6.C
index 030c51d..8052dc2 100644 (file)
@@ -1,9 +1,8 @@
 // Build don't run:
+// excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux* *-*-hms
 
 // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
 
-// causes linker error - XFAIL *-*-*
-
 template <class T> struct A {
  static const int l[1];
 };
@@ -12,3 +11,5 @@ template<class T>
 const int A<T>::l[1] = {1};
 
 int i = A<int>::l[0];
+
+int main(){}