public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/41912] FAIL: gnat.dg/null_pointer_deref1.adb execution test
Date: Fri, 04 Dec 2009 09:58:00 -0000	[thread overview]
Message-ID: <20091204095803.13386.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41912-276@http.gcc.gnu.org/bugzilla/>



------- Comment #11 from ebotcazou at gcc dot gnu dot org  2009-12-04 09:58 -------
> Very likely because of the adjustment made in libjava/pa-signal.h:

libjava/hppa-signal contains a slight variant:

#define MAKE_THROW_FRAME(_exception)                                    \
do                                                                      \
{                                                                       \
  ucontext_t *_context = (ucontext_t *) arg;                            \
  (void)_dummy;                                                         \
  (void)_info;                                                          \
  mcontext_t *mc = &(_context->uc_mcontext);                            \
  SetSSReg (mc, ss_pcoq_head, GetSSReg (mc, ss_pcoq_tail));             \
  SetSSReg (mc, ss_pcsq_head, GetSSReg (mc, ss_pcsq_tail));             \
  /* This part is not quit right if the head pc was pointing            \
     at a branch.  The tail needs to be adjusted to the branch          \
     target if the branch is taken.  The tail space register            \
     may need adjustment as well if the branch is an interspace         \
     branch.  */                                                        \
  SetSSReg (mc, ss_pcoq_tail, (GetSSReg (mc, ss_pcoq_tail) + 4));       \
                                                                        \
 }                                                                      \
while (0)


-- 


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


  parent reply	other threads:[~2009-12-04  9:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-02 19:24 [Bug ada/41912] New: " danglin at gcc dot gnu dot org
2009-11-02 19:34 ` [Bug ada/41912] " ebotcazou at gcc dot gnu dot org
2009-11-09 17:11 ` ebotcazou at gcc dot gnu dot org
2009-11-13 14:21 ` dave at hiauly1 dot hia dot nrc dot ca
2009-11-13 17:37 ` ebotcazou at gcc dot gnu dot org
2009-11-13 17:55 ` ebotcazou at gcc dot gnu dot org
2009-12-03 18:54 ` ebotcazou at gcc dot gnu dot org
2009-12-03 19:30 ` dave at hiauly1 dot hia dot nrc dot ca
2009-12-03 20:58 ` dave at hiauly1 dot hia dot nrc dot ca
2009-12-04  9:52 ` ebotcazou at gcc dot gnu dot org
2009-12-04  9:58 ` ebotcazou at gcc dot gnu dot org [this message]
2009-12-04 10:19 ` ebotcazou at gcc dot gnu dot org
2009-12-04 23:45 ` dave at hiauly1 dot hia dot nrc dot ca
2009-12-05 11:35 ` ebotcazou at gcc dot gnu dot org
2009-12-05 17:46 ` danglin at gcc dot gnu dot org
2009-12-05 18:32 ` ebotcazou at gcc dot gnu dot org
2010-04-09  1:41 ` danglin at gcc dot gnu dot org
2010-04-10  0:34 ` danglin at gcc dot gnu dot org

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=20091204095803.13386.qmail@sourceware.org \
    --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).