Commit da5572ef by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/empty2.c: Add missing dg-warning.

From-SVN: r92566
parent 603b6b88
2004-12-23 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/empty2.c: Add missing dg-warning.
2004-12-23 Mark Mitchell <mark@codesourcery.com>
PR c++/17413
......
......@@ -2,7 +2,7 @@
double d=0;
struct A {} a;
struct A {} a; /* { dg-warning "(has no members)" } */
void foo(struct A x)
{
......
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