Commit d0d48b17 by Richard Henderson Committed by Richard Henderson

attrib10.C: Mark for warning.

        * g++.dg/ext/attrib10.C: Mark for warning.
        * gcc.dg/attr-alias-1.c: New.

From-SVN: r78560
parent 288dc1ea
2004-02-26 Richard Henderson <rth@redhat.com>
* g++.dg/ext/attrib10.C: Mark for warning.
* gcc.dg/attr-alias-1.c: New.
2004-02-26 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/ieee/20040208-2.c: Move ...
* gcc.c-torture/execute/20040208-2.c: ... it back.
......
......@@ -3,6 +3,6 @@
void foo()
{
extern void bar () __attribute__ ((__alias__ ("BAR")));
extern void bar () __attribute__ ((__alias__ ("BAR"))); // { dg-warning "ignored" }
bar ();
}
/* PR c++/12795 */
/* { dg-require-alias "" } */
void foo()
{
extern void bar () __attribute__ ((__alias__ ("BAR"))); /* { dg-warning "ignored" } */
bar ();
}
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