This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2005 17:35:32 -0000
- Subject: [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
- References: <20050108172822.19328.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-08 17:35 -------
I have a fix for this, the problem is that dg-require-alias requires an argument.
I will apply this after I get some food.
Index: testsuite/gcc.dg/attr-alias-2.c
===============================================================
====
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c,v
retrieving revision 1.1
diff -u -p -r1.1 attr-alias-2.c
--- testsuite/gcc.dg/attr-alias-2.c 2 Jan 2005 07:52:30 -0000 1.1
+++ testsuite/gcc.dg/attr-alias-2.c 8 Jan 2005 17:34:26 -0000
@@ -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; }
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-01-08 17:35:32
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19328