public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
@ 2002-04-22 13:16 Michael Veksler
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Veksler @ 2002-04-22 13:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6350; it has been noted by GNATS.

From: "Michael Veksler" <VEKSLER@il.ibm.com>
To: gerald@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
        nobody@gcc.gnu.org, "Michael Veksler" <VEKSLER@il.ibm.com>,
        gcc-gnats@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
        Mark Mitchell <mark@codesourcery.com>
Subject: Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
Date: Mon, 22 Apr 2002 23:13:16 +0300

 This time after doing (again):
    cvs update -d -r gcc-3_1-branch .
 
 And after recompilation, the problem disappeared.
 I don't know what it was, maybe this bug was fixed, maybe there was an
 inconsistent cvs update (done in a middle of some deposit). It does not
 matter now.
 
 This PR can be safely closed.
 
   Thanks
 
 
 
 gerald@gcc.gnu.org on 22/04/2002 15:48:42
 
 Please respond to gerald@gcc.gnu.org; Please respond to
        gcc-bugs@gcc.gnu.org; Please respond to gcc-prs@gcc.gnu.org; Please
        respond to nobody@gcc.gnu.org; Please respond to Michael
        Veksler/Haifa/IBM@IBMIL; Please respond to gcc-gnats@gcc.gnu.org
 
 To:    gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
        Michael Veksler/Haifa/IBM@IBMIL
 cc:
 Subject:    Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual
        functions
 
 
 
 Synopsis: 3.1 crash on multiple-catch + overriden virtual functions
 
 State-Changed-From-To: open->feedback
 State-Changed-By: gerald
 State-Changed-When: Mon Apr 22 05:48:41 2002
 State-Changed-Why:
     I cannot reproduce this with gcc version 3.1 20020422 on
     i386-unknown-freebsd4.5.  Can you still reproduce this with a
     current version of the 3.1-branch?
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6350
 
 
 


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

* Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
@ 2002-04-22 17:46 Richard Henderson
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2002-04-22 17:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6350; it has been noted by GNATS.

From: Richard Henderson <rth@redhat.com>
To: Michael Veksler <VEKSLER@il.ibm.com>
Cc: gerald@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
   Mark Mitchell <mark@codesourcery.com>
Subject: Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
Date: Mon, 22 Apr 2002 17:38:36 -0700

 On Mon, Apr 22, 2002 at 11:13:16PM +0300, Michael Veksler wrote:
 > I don't know what it was, maybe this bug was fixed...
 
 2002-04-16  Richard Henderson  <rth@redhat.com>
 
         PR c++/6320
         * except.c (remove_eh_handler): Insert inner regions at beginning
         of sibling chain.  Refactor expressions.
 
 
 
 r~


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

* Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
@ 2002-04-22 13:28 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2002-04-22 13:28 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, veksler

Synopsis: 3.1 crash on multiple-catch + overriden virtual functions

State-Changed-From-To: feedback->closed
State-Changed-By: mmitchel
State-Changed-When: Mon Apr 22 13:28:01 2002
State-Changed-Why:
    Closed at request of submitter.

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


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

* Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
@ 2002-04-22  5:48 gerald
  0 siblings, 0 replies; 5+ messages in thread
From: gerald @ 2002-04-22  5:48 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, veksler

Synopsis: 3.1 crash on multiple-catch + overriden virtual functions

State-Changed-From-To: open->feedback
State-Changed-By: gerald
State-Changed-When: Mon Apr 22 05:48:41 2002
State-Changed-Why:
    I cannot reproduce this with gcc version 3.1 20020422 on
    i386-unknown-freebsd4.5.  Can you still reproduce this with a
    current version of the 3.1-branch?

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


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

* Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
@ 2002-04-21  0:06 Michael Veksler
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Veksler @ 2002-04-21  0:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6350; it has been noted by GNATS.

From: Michael Veksler <veksler@il.ibm.com>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, veksler@il.ibm.com,
        gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: c++/6350: 3.1 crash on multiple-catch + overriden virtual functions
Date: Sun, 21 Apr 2002 10:00:43 +0300

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6350
 
 This is a serious regression from gcc-3.0.x, it renders gcc-3.1 unusable 
 for me. This bug means that 3.1 does not support exceptions (if you have 
 a virtual function with more than one "catch", gcc will crash).
 
 Can I help in any way to make it fixed before official 3.1.0 ?
 
 Thanks
    Michael
 
 


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

end of thread, other threads:[~2002-04-23  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-22 13:16 c++/6350: 3.1 crash on multiple-catch + overriden virtual functions Michael Veksler
  -- strict thread matches above, loose matches on Subject: below --
2002-04-22 17:46 Richard Henderson
2002-04-22 13:28 mmitchel
2002-04-22  5:48 gerald
2002-04-21  0:06 Michael Veksler

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