On Mon, 14 Aug 2017, Martin Sebor wrote: > I assumed every attribute needed to define an identifier but > nothing broke after I removed it so it looks like you're right > variable attributes don't need one. Go figure. It would be > nice if there was a comment above the block that mentioned that. > I'll try to remember to add one separately.
builtin-attrs.def is only for attributes used in defining built-in functions. If no built-in function uses an attribute, it should not be defined there. -- Joseph S. Myers jos...@codesourcery.com