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 c/12207] Internal compiler error in size_binop, at fold-const.c:2014


------- Additional Comments From grothoff at cs dot purdue dot edu  2004-02-06 03:22 -------
I get the "same" ICE doing something quite different.  
I was using gcj (gcc (GCC) 3.3.3 20040125 (prerelease) (Debian)). I get the message  
compiling a rather trivial method without any arrays (I've shortened the package names):  
  
Method public  accept(Interpreter ) -> void  
  
0       aload_1  
1       aload_0  
2       invokevirtual #5 <Method Interpreter.visit_FLOAD (LFLOAD;)V>  
5       return  
  
GCC output:  
FLOAD.java: In class `FLOAD':  
FLOAD.java: In method `accept(Interpreter)':  
FLOAD.java:0: Internal compiler error in size_binop, at fold-const.c:2017  
Please submit a full bug report,  
with preprocessed source if appropriate.  
  
If someone wants the code to reproduce this problem, don't hesitate to contact me. 

-- 


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


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