--- 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
--- 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
--- 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
3 matches
Mail list logo