[Bug java/21418] Order of source files matters when compiling

2005-10-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-10-01 06:49 --- Subject: Bug 21418 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-01 06:49:23 Modified files: gcc/java :

[Bug java/21418] Order of source files matters when compiling

2005-09-22 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-09-22 17:45 --- This patch should go into the 4.0 branch, once that thaws. -- What|Removed |Added Target

[Bug java/21418] Order of source files matters when compiling

2005-09-21 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-21 09:55 --- Proposed patch: http://gcc.gnu.org/ml/java-patches/2005-q3/msg00401.html -- What|Removed |Added

[Bug java/21418] Order of source files matters when compiling

2005-09-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-21 13:34 --- Subject: Bug 21418 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-21 13:34:29 Modified files: gcc/java : ChangeLog class.c Log message:

[Bug java/21418] Order of source files matters when compiling

2005-09-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||18131 nThis|| Target Milestone|--- |4.1.0

[Bug java/21418] Order of source files matters when compiling

2005-09-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-21 14:05 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/21418] Order of source files matters when compiling

2005-09-11 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-11 22:29 --- And I tracked our problems with The javax.swing.Box inner class AccessibleBox extends AccessibleAWTContainer in GNU Classpath to a similar order problem. Take the following source files: p/AClass.java

[Bug java/21418] Order of source files matters when compiling

2005-09-11 Thread cvs-commit at developer dot classpath dot org
--- Additional Comments From cvs-commit at developer dot classpath dot org 2005-09-11 23:36 --- Subject: Bug 21418 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/09/11 23:15:58 Modified files:

[Bug java/21418] Order of source files matters when compiling

2005-05-10 Thread bonzini at gcc dot gnu dot org
-- Bug 21418 depends on bug 21436, which changed state. Bug 21436 Summary: imports not remembered for previously compiled files http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21436 What|Old Value |New Value

[Bug java/21418] Order of source files matters when compiling

2005-05-09 Thread bonzini at gcc dot gnu dot org
-- Bug 21418 depends on bug 21442, which changed state. Bug 21442 Summary: problem with imports and multifile builds http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21442 What|Old Value |New Value

[Bug java/21418] Order of source files matters when compiling

2005-05-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-06 14:31 --- I thought I saw something like this before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21418

[Bug java/21418] Order of source files matters when compiling

2005-05-06 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-05-06 14:50 --- I thought I saw something like this before. You are probably refering to bug #17845 which was recently closed since it couldn't be reproduced (because I added a workaround to GNU Classpath). I cannot say