https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70255
--- Comment #17 from rguenther at suse dot de <rguenther at suse dot de> --- On Wed, 11 May 2016, manu at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70255 > > --- Comment #16 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- > (In reply to Richard Biener from comment #1) > > which is probably an artifact of fully delayed folding. > > Do you mean "early folding"? Because "delayed" folding should not apply any > optimizations and not change the source code while parsing. I meant "fully folding" at a point where decls are not yet merged (whether delayed or not delayed doesn't really matter). So it's not delayed enough yet.