[Bug c++/39219] attribute deprecated doesn't work with enums

2009-02-17 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-02-17 20:08 --- cp_parser_enum_specifier ignores attributes unless they trailing attributes. But GNU extensions: GNU Extensions: enum-key attributes[opt] identifier [opt] enum-base [opt] { enumerator-list [opt] }att

[Bug c++/39219] attribute deprecated doesn't work with enums

2009-02-17 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-02-17 19:20 --- Would you mind providing preprocessed source for gcc? -- hjl dot tools at gmail dot com changed: What|Removed |Added ---