On Thu, Jun 18, 2020 at 11:08:53AM +0200, Richard Biener wrote:
> This avoids early assembler output via the gimplifier creating
> new static CTORs. The output machinery seems to be prepared to
> output constants recursively and it's just a matter of
> appropriately defering or not defering output.
>
> This also has the advantage of not outputting .string for
> optimized away local aggregate initializers containing string
> references.
>
> Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.
Use bool instead of int?
Jakub