public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bryce@albatross.co.nz
To: java-gnats@sourceware.cygnus.com
Subject: java/1343: local classes are named incorrectly
Date: Wed, 20 Dec 2000 12:25:00 -0000	[thread overview]
Message-ID: <20000816043821.7297.qmail@sourceware.cygnus.com> (raw)

>Number:         1343
>Category:       java
>Synopsis:       local classes are named incorrectly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:19:14 PST 2000
>Closed-Date:    
>Last-Modified:  Wed Aug 16 02:00:01 PDT 2000
>Originator:     Bryce McKinlay
>Release:        current
>Organization:
>Environment:

>Description:
The following legal java doesn't compile with gcj:

class Locals
{
  void a()
  {
    class B {}
  }
  
  void b()
  {
    class B {}
  }
}

This is because gcj names both the local classes "Locals$B"
instead of "Locals$1$B" and "Locals$2$B".
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

Formerly PR gcj/318


From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: gcj/318: local classes are named incorrectly
Date: Wed, 16 Aug 2000 01:52:22 -0700 (PDT)

 bryce@albatross.co.nz writes:
 
 > This is because gcj names both the local classes "Locals$B"
 > instead of "Locals$1$B" and "Locals$2$B".
 > >How-To-Repeat:
 
 I've been aware of this problem. I also seem to remember that the way
 anonymous classes are named isn't right, though it doesn't really
 affect how programs run. Thank you.
 
 ./A
>Unformatted:


             reply	other threads:[~2000-12-20 12:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-20 12:25 bryce [this message]
2002-05-07 21:20 tromey
2002-06-02  9:37 tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000816043821.7297.qmail@sourceware.cygnus.com \
    --to=bryce@albatross.co.nz \
    --cc=java-gnats@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).