[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-14 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-04-14 16:33 --- Created an attachment (id=8631) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8631action=view) smaller testcase (4749 bytes) confirmed on amd64 with both 4.0.0 and mainline. --

[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-05 20:05 --- This is a tree optimization problem: #0 add_phi_arg (phi=0x45d11380, def=0x43bb83c0, e=0x0) at /Users/pinskia/src/new-fold/gcc/ gcc/tree-phinodes.c:339 #1 0x000a91a4 in tree_duplicate_sese_region

[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-05 23:14 --- Hmm, do you know what compiler the class files were created with? I tried building tritonus's org/tritonus/share/TCircularBuffer.java to a class with both Apple's javac and gcj and I had no luck

[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-05 23:47 --- This is either a bug in tree-cfg.c or tree-ssa-loop-ch.c, I cannot figure out which one. -- What|Removed |Added

[Bug tree-optimization/20773] ICE: SEGV building jar file

2005-04-05 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-04-06 02:17 --- (In reply to comment #3) Hmm, do you know what compiler the class files were created with? The Eclipse bytecode compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20773