This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcj/235: source parser dies when Primitive.TYPE is used in an array declaration



>Number:         235
>Category:       gcj
>Synopsis:       source parser dies when Primitive.TYPE is used in an array declaration
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 21 22:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Fred Gray (fegray@uiuc.edu)
>Release:        current CVS
>Organization:
>Environment:
Debian Linux potato x86
>Description:
See "how-to-repeat".  This seems to affect the source 
parser only.
>How-To-Repeat:
Try to compile the following from source with
gcj -c PR.java

public class PR
{
    public static Class[] ConstructArgs =
    {
        Integer.TYPE
    };
};

jc1 will die with signal 11.
>Fix:

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]