Commit eeafa66d by Richard Kenner Committed by Richard Kenner

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
parent 60ef417d
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) Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20000225-1.c: New test. * gcc.c-torture/execute/20000225-1.c: New test.
......
// Test that attributes weak and alias coexist. // Test that attributes weak and alias coexist.
// excess errors test - XFAIL alpha*-dec-osf*
extern "C" { extern "C" {
void f () __attribute__((weak, alias ("_f"))); void f () __attribute__((weak, alias ("_f")));
......
// On targets that don't support weak symbols, we require an explicit // On targets that don't support weak symbols, we require an explicit
// instantiation of arr. // 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> template<class T>
struct A { struct A {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment