public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amodra at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV
Date: Tue, 01 Nov 2011 23:44:00 -0000	[thread overview]
Message-ID: <bug-50906-4-z5CBSVsSAt@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-50906-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-11-01
                 CC|                            |amodra at gmail dot com
     Ever Confirmed|0                           |1

--- Comment #4 from Alan Modra <amodra at gmail dot com> 2011-11-01 23:44:04 UTC ---
_Z16closure_test_fn1P7ffi_cifPvPS1_S1_:
.LFB0:
    .file 1 "unwindtestfunc.cc"
    .loc 1 17 0
    .cfi_startproc
.LVL0:
    stwu 1,-128(1)
.LCFI0:
    .cfi_def_cfa_offset 128
    mflr 0
    mr 3,6
.LVL1:
    stw 0,132(1)
    addi 11,1,-16
.LCFI1:
    .cfi_def_cfa 11, 160

That last .cfi directive is wrong.  To match the instructions it should be
    .cfi_def_cfa 11, 144


  parent reply	other threads:[~2011-11-01 23:44 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28 20:29 [Bug target/50906] New: " Kyle.D.Moffett at boeing dot com
2011-10-28 20:30 ` [Bug target/50906] " Kyle.D.Moffett at boeing dot com
2011-10-28 20:32 ` Kyle.D.Moffett at boeing dot com
2011-10-28 20:32 ` Kyle.D.Moffett at boeing dot com
2011-11-01 23:44 ` amodra at gmail dot com [this message]
2011-11-02  0:06 ` amodra at gmail dot com
2011-11-02 18:24 ` Kyle.D.Moffett at boeing dot com
2011-11-03  4:18 ` amodra at gmail dot com
2011-11-03 12:54 ` amodra at gmail dot com
2011-11-03 12:56 ` amodra at gmail dot com
2011-11-03 12:59 ` amodra at gmail dot com
2011-11-03 16:49 ` Kyle.D.Moffett at boeing dot com
2011-11-04 10:01 ` amodra at gmail dot com
2011-11-04 10:02 ` amodra at gmail dot com
2011-11-04 21:21 ` Kyle.D.Moffett at boeing dot com
2011-11-08 19:28 ` Kyle.D.Moffett at boeing dot com
2011-11-11 10:15 ` dvdkhlng at gmx dot de
2011-11-22 18:57 ` Kyle.D.Moffett at boeing dot com
2011-11-28 20:12 ` Kyle.D.Moffett at boeing dot com
2011-12-06  3:42 ` amodra at gcc dot gnu.org
2011-12-06  3:48 ` amodra at gcc dot gnu.org
2011-12-06  3:49 ` amodra at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-50906-4-z5CBSVsSAt@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).