* g++.old-deja/g++.ext/attrib5.C: Move the alias after the referent.
From-SVN: r92863
This commit is contained in:
parent
f61134e88b
commit
bf7df5992d
@ -1,3 +1,7 @@
|
||||
2005-01-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* g++.old-deja/g++.ext/attrib5.C: Move the alias after the referent.
|
||||
|
||||
2005-01-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* gcc.dg/vect/vect.exp: Enable for ia64.
|
||||
|
@ -4,8 +4,8 @@
|
||||
// { dg-require-alias "" }
|
||||
|
||||
extern "C" {
|
||||
void f () __attribute__((weak, alias ("_f")));
|
||||
void _f () { }
|
||||
void f () __attribute__((weak, alias ("_f")));
|
||||
}
|
||||
|
||||
int main ()
|
||||
|
Loading…
Reference in New Issue
Block a user