--
What|Removed |Added
Target Milestone|4.1.0 |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21436
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-08-17
12:58 ---
Fix committed to 4.0 branch as part of fixing PR20155
--
What|Removed |Added
Known to w
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-17
12:57 ---
Subject: Bug 21436
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-08-17 12:57:08
Modified files:
libjava: Change
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21436
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-10
13:55 ---
Patch committed.
--
What|Removed |Added
Status|ASSIGNED|RESO
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-10
13:24 ---
Subject: Bug 21436
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-05-10 13:23:40
Modified files:
libjava: ChangeLog
libjava/testsuite/
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-09
10:03 ---
*** Bug 21442 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
OtherBug
--
What|Removed |Added
OtherBugsDependingO||21442
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21436
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-07
09:22 ---
With this version of AWTEvent.java, this is an ice-on-valid:
package java.awt;
import java.util.EventObject;
public abstract class AWTEvent extends EventObject {
AWTEvent() { super(null); }