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/14496] [3.4/3.5? Regression] ICE at recog.c:2083 building libgcc2.c


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-03-11 09:15 -------
Created an attachment (id=5897)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5897&action=view)
proposed fix

This seems to be fallout from:

2003-01-28  Alexandre Oliva  <aoliva@redhat.com>

	* config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
	(UNITS_PER_FPVALUE): Defined as the width of a long double, or
	zero if no hardware floating point.
	[...]

	http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02170.html

...which inadvertently allowed doubles to be stored in FPRs
when using -msingle-float.  This whole area needs cleaning up
(surprise!) but for now, please try the attached patch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


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