[Bug java/18175] Can't find default package with redundant package import

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2007-01-09 20:46 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. -- t

[Bug java/18175] Can't find default package with redundant package import

2005-08-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-22 16:23 --- Ignore that commit, I got 7 and 1 switched around. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18175

[Bug java/18175] Can't find default package with redundant package import

2005-08-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-22 16:21 --- Subject: Bug 18175 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-22 16:21:19 Modified files: gcc: ChangeLog c-common.c gcc/tes

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2004-10-27 14:15 --- Oh! I see. In that case, I do not see the error with JDK 1.4.2_03 (Linux), but I do see it with GCJ (mainline, Linux). So yeah, it is sort of a bug. But note that it is still not quite the same as PR6818.

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 14:13 --- Note you compiling with the full path to the package/java source where the problem comes into play. If you compile with just gcj -c Test.java, it fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2004-10-27 14:08 --- Weird! I don't see this error at all (i686-pc-linux-gnu) with the current mainline: -- 8< -- ~/src/tmp/r1 > cat com/example/Test.java package com.example; impo

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 13:41 --- I used "gcc version 4.0.0 20041026 (experimental)" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18175

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2004-10-27 13:37 --- Andrew, did you try it with the current mainline? I don't see this bug any more at all. IMHO, this should be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18175

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread rmathew at gcc dot gnu dot org
-- Bug 18175 depends on bug 6818, which changed state. Bug 6818 Summary: "Can't find default package" when package has no classes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6818 What|Old Value |New Value

[Bug java/18175] Can't find default package with redundant package import

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 13:05 --- Confirmed. Almost certain that is related to (or even the same bug as) PR 6818. -- What|Removed |Added --