This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/10894] Valid import statements are rejected.
- From: "dann at broadjam dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Mar 2004 02:51:55 -0000
- Subject: [Bug java/10894] Valid import statements are rejected.
- References: <20030521034601.10894.jbrandmeyer@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dann at broadjam dot com 2004-03-26 02:51 -------
Was there any resolution to this or possible workarounds? I'm encountering a
very similar problem except it's happening with my own packages. Oddly, it
only happens with imports using a wildcard, such as:
import mypackage.*;
The code is valid and I'm building using the Ant GCJ support. No issues
building with javac.
Thanks,
Dan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10894