public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/6937: Segfault when deriving a class from another nested class
@ 2003-05-13 17:16 Dara Hazeghi
  0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-13 17:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/6937; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@stanford.edu>
To: Michael Koch <konqueror@gmx.de>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/6937: Segfault when deriving a class from another nested class
Date: Tue, 13 May 2003 10:13:12 -0700

 On Tuesday, May 13, 2003, at 03:35 AM, Michael Koch wrote:
 
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 >
 > Am Montag, 12. Mai 2003 22:04 schrieben Sie:
 >> Begin forwarded message:
 >>> From: Dara Hazeghi <dhazeghi@yahoo.com>
 >>> Date: Mon May 12, 2003  12:39:59 PM US/Pacific
 >>> To: konqueror@gmx.de, gcc-gnats@gcc.gnu.org
 >>> Subject: Re: java/6937: Segfault when deriving a class from
 >>> another nested class
 >>>
 >>> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
 >>> trail&database=gcc&pr=6937
 >>>
 >>> Hello,
 >>>
 >>> could the submitter please confirm if this problem still occurs
 >>> with gcc 3.3 prerelease or mainline cvs? On both I get errors
 >>> compiling:
 >>>
 >>> ./Container.java:1: Class `Container' already defined in
 >>> Container.java:1.
 >>>    public class Container
 >>>                 ^
 >>> ./Container.java:5: confused by earlier errors, bailing out
 >>> bash-2.04$ /tmp/dara1/bin/gcj -C Container.java Derived.java
 >>> ./Container.java:1: error: Class `Container' already defined in
 >>> Container.java:1.
 >>>    public class Container
 >>>                 ^
 >>> ./Container.java:5: confused by earlier errors, bailing out
 >>>
 >>> Thanks,
 >>>
 >>> Dara
 >
 > Yes I still get the segfault with trunk-cvs from 20030513.
 >
 > But I do get an error with JDK 1.4.1 now too. My testcase is obviously
 > wrong. I think this can be closed.
 
 Do you just want to close it, or mark it as an ICE on illegal code? 
 Thanks,
 
 Dara
 


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

* Re: java/6937: Segfault when deriving a class from another nested class
@ 2003-05-13 18:07 Michael Koch
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Koch @ 2003-05-13 18:07 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/6937; it has been noted by GNATS.

From: Michael Koch <konqueror@gmx.de>
To: Dara Hazeghi <dhazeghi@stanford.edu>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/6937: Segfault when deriving a class from another nested class
Date: Tue, 13 May 2003 20:03:23 +0200

 =2D----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Am Dienstag, 13. Mai 2003 19:13 schrieb Dara Hazeghi:
 > On Tuesday, May 13, 2003, at 03:35 AM, Michael Koch wrote:
 > > -----BEGIN PGP SIGNED MESSAGE-----
 > > Hash: SHA1
 > >
 > > Am Montag, 12. Mai 2003 22:04 schrieben Sie:
 > >> Begin forwarded message:
 > >>> From: Dara Hazeghi <dhazeghi@yahoo.com>
 > >>> Date: Mon May 12, 2003  12:39:59 PM US/Pacific
 > >>> To: konqueror@gmx.de, gcc-gnats@gcc.gnu.org
 > >>> Subject: Re: java/6937: Segfault when deriving a class from
 > >>> another nested class
 > >>>
 > >>> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=3Dview%20audit-
 > >>> trail&database=3Dgcc&pr=3D6937
 > >>>
 > >>> Hello,
 > >>>
 > >>> could the submitter please confirm if this problem still occurs
 > >>> with gcc 3.3 prerelease or mainline cvs? On both I get errors
 > >>> compiling:
 > >>>
 > >>> ./Container.java:1: Class `Container' already defined in
 > >>> Container.java:1.
 > >>>    public class Container
 > >>>                 ^
 > >>> ./Container.java:5: confused by earlier errors, bailing out
 > >>> bash-2.04$ /tmp/dara1/bin/gcj -C Container.java Derived.java
 > >>> ./Container.java:1: error: Class `Container' already defined in
 > >>> Container.java:1.
 > >>>    public class Container
 > >>>                 ^
 > >>> ./Container.java:5: confused by earlier errors, bailing out
 > >>>
 > >>> Thanks,
 > >>>
 > >>> Dara
 > >
 > > Yes I still get the segfault with trunk-cvs from 20030513.
 > >
 > > But I do get an error with JDK 1.4.1 now too. My testcase is
 > > obviously wrong. I think this can be closed.
 >
 > Do you just want to close it, or mark it as an ICE on illegal code?
 > Thanks,
 
 Just close it. I think I remember that Tom said that an ICE on illegal=20
 code is okay.
 
 Michael
 =2D --=20
 Homepage: http://www.worldforge.org/
 =2D----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (GNU/Linux)
 
 iD8DBQE+wTNsWSOgCCdjSDsRAoFiAJ4iT0Hjtrfw6ZM/lc37m39dFjq2OgCeOgme
 ujFxheUeRUa7RiUHO/s7DdU=3D
 =3DazXx
 =2D----END PGP SIGNATURE-----
 


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

* Re: java/6937: Segfault when deriving a class from another nested class
@ 2003-05-13  6:38 steven
  0 siblings, 0 replies; 5+ messages in thread
From: steven @ 2003-05-13  6:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, konqueror, nobody

Synopsis: Segfault when deriving a class from another nested class

State-Changed-From-To: open->feedback
State-Changed-By: steven
State-Changed-When: Tue May 13 06:36:27 2003
State-Changed-Why:
    Dara has asked for feedback

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6937


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

* Re: java/6937: Segfault when deriving a class from another nested class
@ 2003-05-12 19:46 Dara Hazeghi
  0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-12 19:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/6937; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: konqueror@gmx.de, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: java/6937: Segfault when deriving a class from another nested class
Date: Mon, 12 May 2003 12:39:59 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=6937
 
 Hello,
 
 could the submitter please confirm if this problem still occurs with  
 gcc 3.3 prerelease or mainline cvs? On both I get errors compiling:
 
 ./Container.java:1: Class `Container' already defined in  
 Container.java:1.
     public class Container
                  ^
 ./Container.java:5: confused by earlier errors, bailing out
 bash-2.04$ /tmp/dara1/bin/gcj -C Container.java Derived.java
 ./Container.java:1: error: Class `Container' already defined in  
 Container.java:1.
     public class Container
                  ^
 ./Container.java:5: confused by earlier errors, bailing out
 
 Thanks,
 
 Dara
 


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

* java/6937: Segfault when deriving a class from another nested class
@ 2002-06-05 11:16 konqueror
  0 siblings, 0 replies; 5+ messages in thread
From: konqueror @ 2002-06-05 11:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6937
>Category:       java
>Synopsis:       Segfault when deriving a class from another nested class
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 05 11:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     konqueror@gmx.de
>Release:        CVS 20020605
>Organization:
>Environment:
Debian Sid
>Description:
When compiling the attached two files with

gcj -C Container.java Derived.java

the compiler segfaults.
>How-To-Repeat:
gcj -C Container.java Derived.java
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-tgz; name="nested.tgz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="nested.tgz"

H4sIANxT/jwAA+3W306DMBQGcG7pU/RSL5ynUNrEXc5bfYfKqrIxWIAtJsveXRwVnP/IkjGjfj8u
yGiXQk6/9GS2rOz00hsSkSQdRfWdSCu5d3c80lJrGYlAK4+ECFXo8WjQt3JWZWUKzr3FPI8fv5nX
N/5LZU39J3lWmSSzxWhm1ubIa5AgUlJ+WX8RBK7+Uoe7+kshlcfpyO/xqX9e/+XqLk1iHqemLHm7
C9iGMd8NtQ/Pzpm/Yf62G2r+dbvbQm5sy376i+AQLv83Zm7vk9QOskZf/ikSbf7rq54fUiCQ/1Mw
aXrF/Id4xi8mfP8U4Ne2SNZ2uvuBWP9NLv9vS330NXrP/0h3/Z8KXvKvKET+TyFZLPOi6pI/Zu+f
jJrzfcxYc9y7rcLtU2WzaflhYt07vPYHbmrbOKA5AAAAAAAAAAAAAAAAABjUM4lSPBkAKAAA


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

end of thread, other threads:[~2003-05-13 18:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-13 17:16 java/6937: Segfault when deriving a class from another nested class Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-13 18:07 Michael Koch
2003-05-13  6:38 steven
2003-05-12 19:46 Dara Hazeghi
2002-06-05 11:16 konqueror

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