Em Thu, Oct 28, 2021 at 01:27:05PM +0100, Douglas RAILLARD escreveu: > From: Douglas Raillard <douglas.raillard@xxxxxxx> > > This code: > > struct X { > struct { > } __attribute__((foo)) x __attribute__((bar)); > } > > Was wrongly printed as: > > struct X { > struct { > } x __attribute__((foo)) __attribute__((bar)); > } This one is already in the 'next' branch, i.e. was already applied. - Arnaldo