This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
gcj/172: compiler rejects inner-class argument to inner-class constructor
- To: java-gnats at sourceware dot cygnus dot com
- Subject: gcj/172: compiler rejects inner-class argument to inner-class constructor
- From: bryce at albatross dot co dot nz
- Date: 14 Mar 2000 10:46:43 -0000
- Reply-To: bryce at albatross dot co dot nz
- Resent-Cc: java-prs at sourceware dot cygnus dot com, green at cygnus dot com
- Resent-Reply-To: java-gnats@sourceware.cygnus.com, bryce@albatross.co.nz
>Number: 172
>Category: gcj
>Synopsis: compiler rejects inner-class argument to inner-class constructor
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: apbianco
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 14 02:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Bryce McKinlay
>Release: gcc version 2.96 20000313 (experimental)
>Organization:
>Environment:
Linux Is Not UniX
>Description:
// jc1 (2.96 20000313) says "`A_Inner' not found"
public class InnerConstructor
{
class A_Inner
{
A_Inner (A_Inner i) {}
}
}
>How-To-Repeat:
Try to compile the test case.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: