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

rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |rsandifo at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |rsandifo at gcc dot 
gnu.org

--- Comment #9 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 
---
(In reply to Wilco from comment #8)
> (In reply to Martin Liška from comment #7)
> > Christophe: Can the bug be marked as resolved?
> 
> See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 - it's still failing
> since the underlying issues haven't been resolved.

I think we just need to change the test.  Now that -fno-common is the
default (thanks), the definition of the array is local and so its
alignment can be changed.  And since the test is hard-coded to access
the first element, we realise that we can use SIMD accesses if we
increase the alignment of the array to 16.

I think we should force -fcommon here.

Reply via email to