This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

java/1144: Can't convert `java.lang.SecurityManager' to `java.lang.Object'



>Number:         1144
>Category:       java
>Synopsis:       Can't convert `java.lang.SecurityManager' to `java.lang.Object'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apbianco
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:06:35 PST 2000
>Closed-Date:    Mon May 01 09:15:42 PDT 2000
>Last-Modified:  Mon May  1 09:16:01 PDT 2000
>Originator:     jb7216@bristol.ac.uk
>Release:        2.95.1
>Organization:
>Environment:
NT
>Description:
Object o = System.getSecurityManager();

When compiling GCJ emits:

Test.java:7: Incompatible type for declaration. Can't convert `java.lang.SecurityManager' to `java.lang.Object'.

                Object o = System.getSecurityManager();
                       ^

>How-To-Repeat:

>Fix:
Use a something more recent that 2.95.1.
>Release-Note:

>Audit-Trail:

Formerly PR gcj/135

Responsible-Changed-From-To: tromey->apbianco
Responsible-Changed-By: tromey
Responsible-Changed-When: Sat Jan 22 14:09:44 2000
Responsible-Changed-Why:
    Compiler bug.

From: tromey@cygnus.com
To: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com,
  jb7216@bristol.ac.uk, tromey@cygnus.com
Cc:  
Subject: Re: gcj/135
Date: 22 Jan 2000 22:09:44 -0000

 Synopsis: Can't convert `java.lang.SecurityManager' to `java.lang.Object'
 
 Responsible-Changed-From-To: tromey->apbianco
 Responsible-Changed-By: tromey
 Responsible-Changed-When: Sat Jan 22 14:09:44 2000
 Responsible-Changed-Why:
     Compiler bug.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=135&database=java
State-Changed-From-To: open->feedback
State-Changed-By: green
State-Changed-When: Sun Jan 23 00:17:16 2000
State-Changed-Why:
    I can't reproduce this with a recent build of the compiler.
    I suspect this bug has been fixed since 2.95.1.
    
    Please try a recent snapshot.
    

From: green@cygnus.com
To: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com,
  jb7216@bristol.ac.uk
Cc:  
Subject: Re: gcj/135
Date: 23 Jan 2000 08:17:16 -0000

 Synopsis: Can't convert `java.lang.SecurityManager' to `java.lang.Object'
 
 State-Changed-From-To: open->feedback
 State-Changed-By: green
 State-Changed-When: Sun Jan 23 00:17:16 2000
 State-Changed-Why:
     I can't reproduce this with a recent build of the compiler.
     I suspect this bug has been fixed since 2.95.1.
     
     Please try a recent snapshot.
     
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=135&database=java
State-Changed-From-To: feedback->closed
State-Changed-By: apbianco
State-Changed-When: Mon May  1 09:15:42 2000
State-Changed-Why:
    This bug didn't appear in the January sources of the
    compiler, it's still not reproducable with today's tree.
    I'm closing this PR -- but let me know if you have
    any problems.

From: apbianco@cygnus.com
To: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com,
  jb7216@bristol.ac.uk
Cc:  
Subject: Re: gcj/135
Date: 1 May 2000 16:15:42 -0000

 Synopsis: Can't convert `java.lang.SecurityManager' to `java.lang.Object'
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: apbianco
 State-Changed-When: Mon May  1 09:15:42 2000
 State-Changed-Why:
     This bug didn't appear in the January sources of the
     compiler, it's still not reproducable with today's tree.
     I'm closing this PR -- but let me know if you have
     any problems.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=135&database=java
>Unformatted:



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