Commit 22597a82 by David Taylor Committed by Jim Wilson

From David Taylor.

* gcc.dg/Wpadded.c: New file.

From-SVN: r67685
parent 64c2816f
2003-05-21 David Taylor <dtaylor@emc.com>
* gcc.dg/Wpadded.c: New file.
2003-06-09 Mark Mitchell <mark@codesourcery.com> 2003-06-09 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax. * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
......
/* Source: EMC. */
/* { dg-do compile } */
/* { dg-options "-Wpadded" } */
struct foo {
char bar;
long baz; /* { dg-warning "padding struct to align" } */
} futz;
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