Re: Deprecate some C++ extensions

2018-04-01 Thread Gerald Pfeifer
On Tue, 20 Mar 2018, Sandra Loosemore wrote: > In general, I don't think the current GCC manual should document > features that are no longer present in current GCC. I've previously > done a bunch of cleanups to other parts of the manual removing such bits > for features that were documented as

Re: Deprecate some C++ extensions

2018-03-20 Thread Sandra Loosemore
On 03/20/2018 12:37 PM, Nathan Sidwell wrote: This patch deprecates 2 sets of extensions 1)  'T v (init) __attribute__ ((ignored))' That attribute placement has had no effect since the new parser (2002, I think gcc 3.3).  Now we're more noisy about it. 2) anonymous struct or union members cou