[Bug target/24861] internal compiler error when building gcc with --with-cpu=ep9312 --with-fpu=maverick

rearnsha at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 16 22:34:00 GMT 2005



------- Comment #5 from rearnsha at gcc dot gnu dot org  2005-11-16 22:34 -------
There was a split pattern that was converting a set of a floating point value
into a set of an integer value.  This doesn't match anything if the register
being set is a Maverick Co-pro register, and in general we only want to do this
if setting an ARM core register.  Having restricted the pattern in this way,
the extra constraint that disabled the pattern for the FPA is no-longer
relevant.


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rearnsha at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24861



More information about the Gcc-bugs mailing list