[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-06-22 Thread osv at javad dot ru
--- 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/configure

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-06-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21571

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-06-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21571

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-06-27 Thread oakad at yahoo dot com
--- Additional Comments From oakad at yahoo dot com 2005-06-27 13:43 --- I also have this bug with gcc-4.0.0 (powerpc-eabi on cygwin). It always happens when msdata flag is present (eabi or sysv - same result). It is caused by the attempt to initialize a global float/double variable wi

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-06-29 Thread osv at javad dot ru
--- 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 not sure it's the

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-07-01 Thread osv at javad dot ru
--- 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 similar ICE in symmetr

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-21 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-22 00:39 --- confirmed on current mainline and 4.0 branch. A powerpc-linux targetted compiler hits the ICE when given -ffast-math -mcall-eabi -msdata=default. -- What|Removed |Adde

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-21 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-22 03:08 --- Regression introduced 2004-06-22 Dale Johannesen, http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01583.html. Testing a fix that uses legitimate_small_data_p instead of Sergei's more liberal change. --

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-22 10:05 --- http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01277.html -- What|Removed |Added K

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-23 02:40 --- Subject: Bug 21571 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-23 02:40:02 Modified files: gcc/config/rs6000: rs6000-protos.h rs6000.c rs6000.md

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-23 03:00 --- Subject: Bug 21571 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-23 02:59:37 Modified files: gcc: Change

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-08-23 03:07 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-08-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21571