Re: [PATCH] doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL description

2020-03-12 Thread Richard Biener
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

[PATCH] doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL description

2020-03-12 Thread Jakub Jelinek via Gcc-patches
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,