OSDN Git Service

Revert "Fix PR c++/44188"
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / attrib6.C
1 // { dg-do assemble  }
2 // Test that postfix attributes only apply to a single declared object.
3 // (decl_attributes used to chain them onto the end of the prefix attributes,
4 // which caused them to apply to other declarations as well.)
5 // Origin: Joseph Myers <jsm28@cam.ac.uk>.
6 void __attribute__((__noreturn__)) foo (const char *, ...) __attribute__((__format__(__printf__, 1, 2))), bar (void);