--- Additional Comments From osv at javad dot ru 2005-06-22 16:00 ---
Reproducible on 4.1.0 (mainline) by adding -ffast-math to the command-line:
$ ppc-eabi-gcc -v -msdata=default -ffast-math -c test.cc -o test.o
Using built-in specs.
Target: ppc-eabi
Configured with: ../../gcc
--- Additional Comments From osv at javad dot ru 2005-06-29 18:21 ---
Created an attachment (id=9174)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9174&action=view)
Makes the ICE go away.
Though this patch does fix the ICE and the resulting assembly is valid, I'm n
--- Additional Comments From osv at javad dot ru 2005-07-01 14:46 ---
Created an attachment (id=9188)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9188&action=view)
Fixes symmetric case as well
Though previous patch fixes this particular PR, I've encountered si
oduct: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: osv at javad dot ru
CC: gcc-bugs at gcc dot gnu dot or
--- Additional Comments From osv at javad dot ru 2005-07-01 17:39 ---
Created an attachment (id=9190)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9190&action=view)
Support for more builtin defines.
Adds support for the following builting defines: _CALL_EABI, _SDA
y: ICE in rs6000.c with -msdata=default.
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: osv at javad dot ru