public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/8740: Cross-package inheritance of static member classes broken
@ 2002-12-01 14:58 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-12-01 14:58 UTC (permalink / raw)
  To: gbenson, gcc-bugs, gcc-prs, java-prs, nobody, tromey

Synopsis: Cross-package inheritance of static member classes broken

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Sun Dec  1 14:58:57 2002
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Sun Dec  1 14:58:57 2002
State-Changed-Why:
    Patch submitted.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8740


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: java/8740: Cross-package inheritance of static member classes broken
@ 2002-12-02 11:04 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-12-02 11:04 UTC (permalink / raw)
  To: gbenson, gcc-bugs, gcc-prs, java-prs, tromey

Synopsis: Cross-package inheritance of static member classes broken

State-Changed-From-To: analyzed->closed
State-Changed-By: tromey
State-Changed-When: Mon Dec  2 11:04:45 2002
State-Changed-Why:
    I've checked in the fix.
    It will appear in gcc 3.3.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8740


^ permalink raw reply	[flat|nested] 3+ messages in thread

* java/8740: Cross-package inheritance of static member classes broken
@ 2002-11-28  4:16 gbenson
  0 siblings, 0 replies; 3+ messages in thread
From: gbenson @ 2002-11-28  4:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8740
>Category:       java
>Synopsis:       Cross-package inheritance of static member classes broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 28 04:16:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     gbenson@redhat.com
>Release:        gcc 3.2
>Organization:
>Environment:
Red Hat Linux 8.0
>Description:
If you have the foo/bar/Foo.java:

| package foo.bar;
| 
| public class Foo {
|     public static class Bar {
|     }
| }

and foo/baz/Baz.java:

| package foo.baz;
| import foo.bar.Foo;
| 
| public class Baz extends Foo.Bar {
| }

then compilation of the latter will fail with the message:

| foo/baz/Baz.java:5: Superclass `Foo.Bar' of class `foo.baz.Baz' not found.
|    public class Baz extends Foo.Bar {
|                             ^
| 1 error
>How-To-Repeat:
tar xfz test.tar.gz # attached
gcj foo/baz/Baz.java
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/gzip; name="test.tar.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="test.tar.gz"

H4sICIsH5j0CA3Rlc3QudGFyAO3UsU7DMBSFYc9+Cj9BYqduPLB16Hu4IakKBUdJiiAo785tCpVg
gIlWlf5vseSbybnnNCnlm9jl65Syh/gS1T+wztrSe2VFCO7beeQKq2xYBuftYnG8d4UvS2WsuoBD
P8TOGLWN3dtv3/01v1FtrB7jtjaN/H/Zgzut28Nmv6tMtY99b2QtzLs24vNaXms4T1fycqfppKf5
1Ao3pZnzP+arOF4v/86f8++L5Zz/UJD/y+d/lPzvntrUDV+FkEkD/CwF2RVTvw718/1cENmpBiay
DwAAAAAAAAAAAAAAcAUf8yY1pwAoAAA=


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-02 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-01 14:58 java/8740: Cross-package inheritance of static member classes broken tromey
  -- strict thread matches above, loose matches on Subject: below --
2002-12-02 11:04 tromey
2002-11-28  4:16 gbenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).