public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/2535: array of inner interface classes "not found in declaration"
@ 2001-04-11  5:16 osk
  0 siblings, 0 replies; only message in thread
From: osk @ 2001-04-11  5:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2535
>Category:       c++
>Synopsis:       array of inner interface classes "not found in declaration"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 11 05:16:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Oskar Liljeblad
>Release:        3.0 20010409
>Organization:
>Environment:

>Description:
(Hopefully this is not already in the bugdb...)

$ cat >Test2.java <<__END__
class Test {
  Outer.Inner[] foo;
}
interface Outer {
  public class Inner {}
}
__END__
$ gcj -C Test2.java 
Test2.java:2: Type `Outer.Inner' not found in declaration of field `foo'.
        Outer.Inner[] foo;
           ^
1 error

Oskar Liljeblad (osk@hem.passagen.se)
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-11  5:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-11  5:16 c++/2535: array of inner interface classes "not found in declaration" osk

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).