https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117498

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
It looks like the vectorizer thinks it aligns 'g':

        .globl  g
        .bss    
        .align 16
        .type   g, @object
        .size   g, 1
g:
        .zero   1

Reply via email to