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

2005-05-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 165635 + fixed-upstream Bug#165635: [fixed in 4.1] [PR java/8608] segmentation fault on compiling bad program Tags were: fixed-upstream upstream Tags added: fixed-upstream > retitle 165635 [fixed in 4.1] segmentation fault on compiling bad progra

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

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 16:35 --- Fixed in 4.1.0 and above. -- What|Removed |Added Status|NEW

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

2005-03-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 165635 + fixed-upstream Bug#165635: [PR java/8608] segmentation fault on compiling bad program Tags were: upstream Tags added: fixed-upstream > retitle 165635 [fixed in 4.1] [PR java/8608] segmentation fault on compiling > bad program Bug#165635:

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

2005-03-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01 17:25 --- Subject: Bug 8608 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-01 17:24:55 Modified files: gcc/java : check-init.c ChangeLog Log message:

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 is changed t

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

2004-10-10 Thread timo dot lindfors at iki dot fi
--- Additional Comments From timo dot lindfors at iki dot fi 2004-10-10 20:01 --- This seems to be still alive, $ gcj -C Bug165635.java Bug165635.java: In class `Bug165635': Bug165635.java: In method `Bug165635.main(java.lang.String[])': Bug165635.java:2: internal compiler error: Segmen

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

2003-07-27 Thread pinskia at physics dot uc dot edu
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8608 pinskia at physics dot uc dot edu changed: What|Removed |Added Last

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

2003-05-25 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8608 [EMAIL PROTECTED] changed: What|Removed |Added Status|UNC