Fix PR c/50332
gcc/testsuite/
* gcc.dg/attr-invalid.c: Adjust as __attribute__((used) is no
longer ignored on typedefs.
From-SVN: r178712
2011-09-08 Dodji Seketeli <dodji@redhat.com>
+ PR c/50332
+ * gcc.dg/attr-invalid.c: Adjust as __attribute__((used) is no
+ longer ignored on typedefs.
+
PR c++/33255 - Support -Wunused-local-typedefs warning
* g++.dg/warn/Wunused-local-typedefs.C: New test file.
* c-c++-common/Wunused-local-typedefs.c: Likewise.
#undef AT
#define AT used
-typedef int ATSYM(type) ATTR; /* { dg-warning "attribute ignored" "" } */
+typedef int ATSYM(type) ATTR; /* used attribute is no longer
+ ignored. */
-typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */
+typedef int (*ATSYM(fntype))(void) ATTR; /* used attribute is no
+ longer ignored. */
struct ATSYM(struct) {
char dummy ATTR; /* { dg-warning "attribute ignored" "" } */