attrib5.C: XFAIL on Alpha since no link alias.

* 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.

From-SVN: r32202
This commit is contained in:
Richard Kenner 2000-02-27 00:37:58 +00:00 committed by Richard Kenner
parent 60ef417d84
commit eeafa66d58
3 changed files with 7 additions and 1 deletions

View 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.

View 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")));

View 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 {