This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/49556] The import A cannot be resolvedïBut the A is placed at the current dir.
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 28 Jun 2011 06:09:52 +0000
- Subject: [Bug java/49556] The import A cannot be resolvedïBut the A is placed at the current dir.
- Auto-submitted: auto-generated
- References: <bug-49556-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49556
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-06-28 06:09:20 UTC ---
I think this is correct as classes in the same packages don't cannot be
imported.