re PR other/19328 (FAIL: gcc.dg/attr-alias-2.c (test for excess errors))

2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
            John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        PR other/19328
        * gcc.dg/attr-alias-2.c: dg-require-alias takes an
        argument.

Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>

From-SVN: r93680
This commit is contained in:
Andrew Pinski 2005-01-15 02:54:27 +00:00 committed by Andrew Pinski
parent 7f9e6d2a42
commit 0c12d24f70
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR other/19328
* gcc.dg/attr-alias-2.c: dg-require-alias takes an
argument.
2005-01-15 Jakub Jelinek <jakub@redhat.com>
PR c++/19263

View File

@ -1,6 +1,6 @@
/* PR 19031 */
/* { dg-do link } */
/* { dg-require-alias } */
/* { dg-require-alias "" } */
/* { dg-options "-funit-at-a-time" } */
static int f1 (void) { return 0; }