[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Known to fail||4.1

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-08 12:54 --- *** Bug 24270 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-08 12:55 --- *** Bug 24270 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24136

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-08 12:56 --- Mine, since I caused it with: 2005-09-13 Andrew Pinski <[EMAIL PROTECTED]> * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint as early clobber. Rewrite so the PIC register is

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-08 13:05 --- The problem is that we are getting an overlapped registers, I have to see how this is handled with -fno-PIC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24136

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-08 14:11 --- Created an attachment (id=9933) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9933&action=view) Patch needs to be tested ChangeLog: * config/rs6000/darwin.md (movdf_low_si): Remove early clobber. Rewrite for n

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-08 21:40 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/24136] [4.1 Regression] ICE with some fortran code

2005-10-08 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-08 21:41 --- Subject: Bug 24136 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-08 21:41:50 Modified files: gcc: ChangeLog gcc/config/rs6000: darwin.md