mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 15:30:02 +08:00
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:
parent
60ef417d84
commit
eeafa66d58
@ -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.
|
||||
|
@ -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")));
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user