Commit bf7df599 by Richard Henderson Committed by Richard Henderson

* g++.old-deja/g++.ext/attrib5.C: Move the alias after the referent.

From-SVN: r92863
parent f61134e8
2005-01-03 Richard Henderson <rth@redhat.com> 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. * gcc.dg/vect/vect.exp: Enable for ia64.
* lib/target-supports.exp (check_effective_target_vect_int): Likewise. * lib/target-supports.exp (check_effective_target_vect_int): Likewise.
(check_effective_target_vect_float): Likewise. (check_effective_target_vect_float): Likewise.
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
// { dg-require-alias "" } // { dg-require-alias "" }
extern "C" { extern "C" {
void f () __attribute__((weak, alias ("_f")));
void _f () { } void _f () { }
void f () __attribute__((weak, alias ("_f")));
} }
int main () int main ()
......
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