OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20041106-1.c
index 538f2dd..f83e835 100644 (file)
@@ -6,7 +6,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 
-struct S { long x __attribute__((packed)); };
+struct S { long x __attribute__((packed)); }; /* { dg-warning "attribute ignored" "" { target default_packed } } */
 volatile long sink;
 
 void foo (struct S *s)