This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new FAILs on HEAD


On Dec 23, 2004, Michael Ritzert <gcc@server2.mailsys.de> wrote:

> If you directly receive this mail, your name is tagged to one of the ChangeLog
> entries. A copy is also mailed to gcc-regressions.

> FAIL: gcc.dg/empty2.c (test for excess errors)

Ugh, sorry.  I missed this piece of dg markup in the testcase I
installed.  I'm checking this in.

--- empty2.c.~1.1.~	2004-12-23 14:09:01.000000000 -0200
+++ empty2.c	2004-12-23 19:26:05.000000000 -0200
@@ -2,7 +2,7 @@
 
 double d=0;
 
-struct A {} a;
+struct A {} a; /* { dg-warning "(has no members)" } */
 
 void foo(struct A x)
 {


-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]