On Thu, 12 Mar 2020, Jakub Jelinek wrote:
> Hi!
>
> When looking into PR94134, I've noticed bugs in the
> ASM_OUTPUT_ALIGNED_DECL_LOCAL documentation. varasm.c has:
> #if defined ASM_OUTPUT_ALIGNED_DECL_LOCAL
> unsigned int align = symtab_node::get (decl)->definition_alignment ();
> ASM_OUTP
Hi!
When looking into PR94134, I've noticed bugs in the
ASM_OUTPUT_ALIGNED_DECL_LOCAL documentation. varasm.c has:
#if defined ASM_OUTPUT_ALIGNED_DECL_LOCAL
unsigned int align = symtab_node::get (decl)->definition_alignment ();
ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, decl, name,