This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/17531] [4.0 Regression] [ivopts] ICE compiling gzip deflate.c


------- Additional Comments From matz at suse dot de  2004-09-28 15:54 -------
During bootstrap of GCC on powerpc64-linux the same ICE occurs.  For 
completeness this is a reduced version of the breaking expr.c: 
------------------------- 
extern unsigned char rs6000_hard_regno_mode_ok_p[][113]; 
void 
f (int mode, int *out) 
{ 
  int regno; 
  for (regno = 0; regno < 113; regno++) 
    if (rs6000_hard_regno_mode_ok_p[mode][regno]) 
      *out = regno; 
} 
------------------------- 
 
Both proposed patches make the ICE go away. 

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]