OSDN Git Service

* g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 00:37:58 +0000 (00:37 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 00:37:58 +0000 (00:37 +0000)
* g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32202 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
gcc/testsuite/g++.old-deja/g++.pt/static3.C

index f8aff2b..3f69198 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
+       * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
+
 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
 
        * gcc.c-torture/execute/20000225-1.c: New test.
index 85f1139..f3bc843 100644 (file)
@@ -1,4 +1,5 @@
 // Test that attributes weak and alias coexist.
+// excess errors test - XFAIL alpha*-dec-osf*
 
 extern "C" {
   void f () __attribute__((weak, alias ("_f")));
index 8072a60..03a6fe2 100644 (file)
@@ -1,6 +1,6 @@
 // On targets that don't support weak symbols, we require an explicit
 // instantiation of arr.
-// excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux* alpha-dec-osf*
+// excess errors test - XFAIL *-*-aout *-*-coff *-*-hpux* alpha*-dec-osf*
 
 template<class T>
 struct A {