public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/4007: can't find inner class
@ 2001-08-16 22:46 apbianco
  0 siblings, 0 replies; 3+ messages in thread
From: apbianco @ 2001-08-16 22:46 UTC (permalink / raw)
  To: apbianco, gcc-bugs, gcc-prs, green, java-prs, nobody

Synopsis: can't find inner class

Responsible-Changed-From-To: unassigned->apbianco
Responsible-Changed-By: apbianco
Responsible-Changed-When: Thu Aug 16 22:46:34 2001
Responsible-Changed-Why:
    Mine.
State-Changed-From-To: open->feedback
State-Changed-By: apbianco
State-Changed-When: Thu Aug 16 22:46:34 2001
State-Changed-Why:
    Here's a patch.

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=4007&database=gcc


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

* Re: java/4007: can't find inner class
@ 2001-08-17 14:01 apbianco
  0 siblings, 0 replies; 3+ messages in thread
From: apbianco @ 2001-08-17 14:01 UTC (permalink / raw)
  To: apbianco, gcc-bugs, gcc-prs, green, java-prs

Synopsis: can't find inner class

State-Changed-From-To: feedback->closed
State-Changed-By: apbianco
State-Changed-When: Fri Aug 17 14:01:36 2001
State-Changed-Why:
    A patch has been checked in:
    
      http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01061.html

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=4007&database=gcc


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

* java/4007: can't find inner class
@ 2001-08-12  2:26 green
  0 siblings, 0 replies; 3+ messages in thread
From: green @ 2001-08-12  2:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: apbianco

>Number:         4007
>Category:       java
>Synopsis:       can't find inner class
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 12 02:26:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.1 20010806 (experimental)
>Organization:
>Environment:
System: Linux peach.cygnus.co.uk 2.2.17pre20-ben3 #2 Wed Sep 6 01:14:01 CEST 2000 ppc unknown
Architecture: ppc

	
host: powerpc-unknown-linux-gnu
build: powerpc-unknown-linux-gnu
target: powerpc-unknown-linux-gnu
configured with: /peach/green/net/trunk/gcc/configure --prefix=/peach/green/net/trunk/i --enable-threads --enable-language=c,c++,java --enable-languages=c,c++,java --disable-multilibs --disable-multilib : (reconfigured) 
>Description:
	Compiling the following (to either native or bytecode) results in...
XercesBug.java:5: Type `Entry' not found in declaration of field `fEntries'.
           private Entry[] fEntries = null;
                   ^
This code is from Xerces, and presumably compiles with javac.

public final class XercesBug
{
    static final class OrderedHashtable
    {
        private Entry[] fEntries = null;
	
        public static final class Entry 
	{
	    int x;
        }
    }
} 

 
>How-To-Repeat:
Compile the code above with "gcj -C".
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-08-17 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-16 22:46 java/4007: can't find inner class apbianco
  -- strict thread matches above, loose matches on Subject: below --
2001-08-17 14:01 apbianco
2001-08-12  2:26 green

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