[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-12-20 Thread jakub at gcc dot gnu dot org


--- Comment #14 from jakub at gcc dot gnu dot org  2005-12-20 11:55 ---
This has been fixed on the trunk earlier with Joern's patch and now on
gcc-4_1-branch as well.


-- 

jakub at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-12-19 Thread kkojima at gcc dot gnu dot org


--- Comment #13 from kkojima at gcc dot gnu dot org  2005-12-20 01:45 
---
Subject: Bug 24982

Author: kkojima
Date: Tue Dec 20 01:45:27 2005
New Revision: 108831

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108831
Log:
PR rtl-optimization/24982
* reload.c (refers_to_regno_for_reload_p): Take
reg_equiv_invariant and reg_equiv_init into account.
* reload.h (reg_equiv_invariant): Declare.


Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/reload.c
branches/gcc-4_1-branch/gcc/reload.h


-- 


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-12-14 Thread pinskia at gcc dot gnu dot org


--- Comment #12 from pinskia at gcc dot gnu dot org  2005-12-14 19:56 
---
*** Bug 25420 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pluto at agmk dot net


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-12-13 Thread pinskia at gcc dot gnu dot org


--- Comment #11 from pinskia at gcc dot gnu dot org  2005-12-13 15:10 
---
*** Bug 25393 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||klaue at dresearch dot de


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-12-09 Thread kargl at gcc dot gnu dot org


--- Comment #10 from kargl at gcc dot gnu dot org  2005-12-10 04:58 ---
The patch from comment #6 no longer applies.  It appears that this ChangeLog

2005-12-07  Jorn Rennecke [EMAIL PROTECTED]

* reload.h (reg_equiv_invariant): Declare.
* reload.c (refers_to_regno_for_reload_p): Allow R to be a pseudo
register also when reg_equiv_invariant[R] is set.

has included some, but not all of the comment #6 patch.


-- 


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




[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-24 Thread uros at kss-loka dot si


--- Comment #6 from uros at kss-loka dot si  2005-11-24 10:24 ---
(In reply to comment #4)
 I've proposed a patch to this PR in
 
 http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01648.html
 
 Does it solve PR 24995?

Yes, both i86_64 and -march=athlon failures.


-- 

uros at kss-loka dot si changed:

   What|Removed |Added

 CC||rth at gcc dot gnu dot org
  BugsThisDependsOn|24995   |
URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2005-
   ||11/msg01648.html
 Status|UNCONFIRMED |NEW
  Component|target  |rtl-optimization
 Ever Confirmed|0   |1
   GCC host triplet|sh4-*-linux-gnu |
 GCC target triplet|sh4-*-linux-gnu |
   Keywords||patch
   Last reconfirmed|-00-00 00:00:00 |2005-11-24 10:24:02
   date||


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-24 Thread rguenth at gcc dot gnu dot org


--- Comment #7 from rguenth at gcc dot gnu dot org  2005-11-24 12:56 ---
We see a _lot_ of ICEs like this on i686 package builds of f.i. xgl, MPlayer,
openafs...


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||rguenth at gcc dot gnu dot
   ||org


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-24 Thread rguenth at gcc dot gnu dot org


--- Comment #8 from rguenth at gcc dot gnu dot org  2005-11-24 13:25 ---
The patch seems to fix the failures.


-- 


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



[Bug rtl-optimization/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-24 Thread uros at kss-loka dot si


--- Comment #9 from uros at kss-loka dot si  2005-11-24 14:40 ---
Critical, according to comment #7 and #8.


-- 

uros at kss-loka dot si changed:

   What|Removed |Added

 CC||uros at kss-loka dot si
   Severity|normal  |critical
   Priority|P3  |P1


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