Bug#165635: [Bug java/8608] segmentation fault on compiling bad program

2005-02-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-02-09 13:50 --- An ugly patch is here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00303.html -- What|Removed |Added

Bug#165635: [Bug java/8608] segmentation fault on compiling bad program

2005-02-07 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-02-07 13:06 --- The simplest testcase that reproduces this bug with the current mainline is: class Foo { void bar() { int a; int i; for(i=a;;); } } If the "int i" is removed and the for loop

[Bug java/9157] SEGV on bad java source

2005-01-31 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-01-31 14:45 --- Proposed patch here: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00245.html -- What|Removed |Added