This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/65664] ARM bootstrap fails with --with-fpu=neon-vfpv4


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

Jim Wilson <wilson at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-05-07
                 CC|                            |wilson at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Jim Wilson <wilson at gcc dot gnu.org> ---
I was able to reproduce this with an armhf cross compiler, compiling the
testcase with -O -mfpu=neon-vfpv4.  It is not broken in gcc-4.9.2.  It was
fixed by this patch
    https://gcc.gnu.org/ml/gcc-patches/2014-02/msg01595.html
which has this ChangeLog entry

2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
        not handled by recognizers.

I don't know offhand if this is worth backporting to gcc-4.8.x.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]