--- Comment #16 from hjl at gcc dot gnu dot org 2006-02-17 00:03 ---
Subject: Bug 25603
Author: hjl
Date: Fri Feb 17 00:03:06 2006
New Revision: 62
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=62
Log:
2006-02-16 Denis Nagorny <[EMAIL PROTECTED]>
PR rtl-optimi
--- Comment #15 from hjl at lucon dot org 2006-02-15 21:29 ---
The updated patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01225.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-02-14 21:15
---
I bet this is related to PR 20972.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603
--- Comment #13 from hjl at lucon dot org 2006-02-14 20:04 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01086.html
--
hjl at lucon dot org changed:
What|Removed |Added
--
--- Comment #12 from hjl at lucon dot org 2006-02-14 19:33 ---
Our patch is ready. Denis, please submit your patch now. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603
--- Comment #11 from amylaar at gcc dot gnu dot org 2006-02-14 18:55
---
(In reply to comment #4)
> IA-64 is a secondary platform, and Fortran is not a release critical language.
>
But reload is neither specific to IA-64 nor Fortran, so this is a generic
latent wrong-code bug. Shouldn
--- Comment #10 from hjl at lucon dot org 2006-02-10 03:37 ---
Thanks, Jim. Denis and I are working on a patch based on your suggestion to
modify regno_clobbered_p to handle REG_INC. We will submit it next week.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603
--- Comment #9 from wilson at gcc dot gnu dot org 2006-02-10 02:03 ---
I've looked at the reload-branch also. I need two patches in order to
bootstrap it. One trivial obvious patch, and one hacked not technically
correct patch. It then bootstrapped and compiled this testcase correctly
--- Comment #8 from grigory_zagorodnev at linux dot intel dot com
2006-02-08 06:40 ---
I've verified that reload-branch works fine on the regression test-case. It
either works with that Alan's obvious reload fix
(http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01261.html) applied. That mak
--- Comment #7 from wilson at gcc dot gnu dot org 2006-01-31 03:49 ---
Things start going wrong in the reload inheritance code. For reload 0, for
insn 11, we choose to inherit the value already in r14 in an inner loop in
choose_reload_regs. Near the end, we double check to make sure we
--- Comment #6 from sje at cup dot hp dot com 2006-01-23 16:58 ---
I have also reproduced this bug on IA64 HP-UX in LP64 mode (but not in ILP32
mode).
--
sje at cup dot hp dot com changed:
What|Removed |Added
---
--- Comment #5 from steven at gcc dot gnu dot org 2006-01-10 22:07 ---
Adding Jim Wilson to the CC: because he is the listed IA-64 maintainer.
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #4 from steven at gcc dot gnu dot org 2006-01-09 22:02 ---
IA-64 is a secondary platform, and Fortran is not a release critical language.
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from jakub at gcc dot gnu dot org 2006-01-02 13:57 ---
This seems to be a reload bug, but Alan Modra's patch is correct.
In *.lreg we have:
(insn 577 78 11 2 (set (reg/f:DI 391)
(reg/f:DI 0 ap)) 5 {*movdi_internal} (nil)
(nil))
(insn 11 577 14 2 (set (reg/v/f:
--- Comment #2 from hjl at lucon dot org 2005-12-30 18:42 ---
*** Bug 25585 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25603
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
GCC target triplet|ia64-unknown-linux-gnu |ia64-linux-gnu
Keywords||wrong-
--- Comment #1 from hjl at lucon dot org 2005-12-30 17:40 ---
Created an attachment (id=10571)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10571&action=view)
A testcase
I got
/usr/gcc-4.2/bin/gfortran -O -fschedule-insns -o bar bar.f
./bar
PROGRAM XSTART 201.
BA
17 matches
Mail list logo