public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
@ 2002-03-19  6:16 Jason Merrill
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Merrill @ 2002-03-19  6:16 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

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

From: Jason Merrill <jason@redhat.com>
To: Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/2447: g++ don't handle execption when using with
 -fomit-frame-pointer
Date: Tue, 19 Mar 2002 14:10:21 +0000

 >>>>> "Gwenole" == Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> writes:
 
 > On 20 Feb 2002 jason@gcc.gnu.org wrote:
 >> Synopsis: g++ don't handle execption when using with -fomit-frame-pointer
 > [...]
 >> There is a patch for this bug at
 >> http://gcc.gnu.org/ml/gcc-patches/2002-02/msg01301.html
 
 > Thank you Jason, this fixes this bug for 3.0.4. However, PR c++/5246 and
 > PR c++/3754 (similar problems with -fomit-frame-pointer) are not affected
 > with the patch. i.e. they still fail. Could you please have a look?
 
 On a closer look, I see that these problems are too complex to be fixed in
 the 3.0 series.  If you're using EH, you need to specify either
 -maccumulate-outgoing-args or -fno-omit-frame-pointer.
 
 I'm working on a fix for 3.1.
 
 Jason


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

* Re: c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
@ 2002-11-29 12:51 bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: bangerth @ 2002-11-29 12:51 UTC (permalink / raw)
  To: chmouel, future, user42, martin, george, eru, gbeauchesne, gdr,
	rodrigc, jason, gcc-bugs, gcc-prs, jason

Synopsis: g++ don't handle execption when using with -fomit-frame-pointer

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Wed Nov 20 18:34:53 2002
State-Changed-Why:
    No feedback for half a year. Moreover, it now works for me.

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


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

* Re: c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
@ 2002-03-03 11:46 Craig Rodrigues
  0 siblings, 0 replies; 5+ messages in thread
From: Craig Rodrigues @ 2002-03-03 11:46 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

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

From: Craig Rodrigues <rodrigc@attbi.com>
To: future@mandrakesoft.com, user42@zip.com.au,
   martin@loewis.home.cs.tu-berlin.de, george@moberg.com, eru@netti.fi,
   gbeauchesne@mandrakesoft.com, gdr@gcc.gnu.org, rodrigc@gcc.gnu.org,
   jason@gcc.gnu.org, chmouel@mandrakesoft.com, gcc-gnats@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, jason@gcc.gnu.org
Cc:  
Subject: Re: c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
Date: Sun, 03 Mar 2002 14:38:26 -0500

 The following were marked as duplicate of PR 2447:
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=141
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3754
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5246
 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2447 
 
 


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

* Re: c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
@ 2002-02-20 10:56 jason
  0 siblings, 0 replies; 5+ messages in thread
From: jason @ 2002-02-20 10:56 UTC (permalink / raw)
  To: chmouel, future, gcc-bugs, gcc-prs, jason, nobody

Synopsis: g++ don't handle execption when using with -fomit-frame-pointer

Responsible-Changed-From-To: unassigned->jason
Responsible-Changed-By: jason
Responsible-Changed-When: Wed Feb 20 10:37:11 2002
Responsible-Changed-Why:
    got it
State-Changed-From-To: open->feedback
State-Changed-By: jason
State-Changed-When: Wed Feb 20 10:37:11 2002
State-Changed-Why:
    There is a patch for this bug at
    
      http://gcc.gnu.org/ml/gcc-patches/2002-02/msg01301.html

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


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

* c++/2447: g++ don't handle execption when using with -fomit-frame-pointer
@ 2001-03-31 17:26 chmouel
  0 siblings, 0 replies; 5+ messages in thread
From: chmouel @ 2001-03-31 17:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: future

>Number:         2447
>Category:       c++
>Synopsis:       g++ don't handle execption when using with -fomit-frame-pointer
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 31 17:26:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     g++
>Release:        3.1 20010331
>Organization:
>Environment:
i686-pc-linux
>Description:
When compiling the attached code with fomi-frame-pointer it does segfault when it should catch the error :

[t.cc is the example file]

[gc@bi ~/tmp] g++ t.cc
[gc@bi ~/tmp] ./a.out 
step #1
step #2
step #3
catched!
[gc@bi ~/tmp] g++ -fomit-frame-pointer t.cc
[gc@bi ~/tmp] ./a.out 
step #1
step #2
step #3
Aborted (core dumped)
[gc@bi ~/tmp]
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="t.cc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="t.cc"

I2luY2x1ZGUgPGlvc3RyZWFtPgoKc3RydWN0IFBTTUVPRiB7fQo7CgoKdm9pZCBzZWNvbmRfbGV2
ZWwodm9pZCkgewogIGNvdXQgPDwgInN0ZXAgIzMiIDw8IGVuZGw7CiAgdGhyb3cgUFNNRU9GKCk7
CiAgY291dCA8PCAic3RlcCAjNCIgPDwgZW5kbDsKfQoKdm9pZCBmaXJzdF9sZXZlbCh2b2lkKSB7
CiAgdHJ5IHsKICAgIGNvdXQgPDwgInN0ZXAgIzEiIDw8IGVuZGw7CiAgICAvL3Rocm93IFBTTUVP
RigpOwogICAgY291dCA8PCAic3RlcCAjMiIgPDwgZW5kbDsKICAgIHNlY29uZF9sZXZlbCgpOwog
IH0KICBjYXRjaCAoUFNNRU9GKSB7CiAgICBjb3V0IDw8ICJjYXRjaGVkISIgPDwgZW5kbDsKICB9
Cn0KCgppbnQgbWFpbihpbnQgYXJnYywgY2hhciAqYXJndltdKQp7CiAgZmlyc3RfbGV2ZWwoKTsK
ICByZXR1cm4gMDsKCn0K


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

end of thread, other threads:[~2002-11-21  2:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19  6:16 c++/2447: g++ don't handle execption when using with -fomit-frame-pointer Jason Merrill
  -- strict thread matches above, loose matches on Subject: below --
2002-11-29 12:51 bangerth
2002-03-03 11:46 Craig Rodrigues
2002-02-20 10:56 jason
2001-03-31 17:26 chmouel

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