public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/19083] New: [4.0 Regression] FAIL: gcc.c-torture/execute/strct-pack-3.c execution,  -O1
Date: Sun, 19 Dec 2004 20:36:00 -0000	[thread overview]
Message-ID: <20041219203650.19083.danglin@gcc.gnu.org> (raw)

The failure is caused by an 
(gdb) r
Starting program: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/strct-pack-3.xg
Program received signal SIGBUS, Bus error.
0x000029a8 in f ()
(gdb) disass f
Dump of assembler code for function f:
0x00002998 <f+0>:       ldh 8(,r26),ret0
0x0000299c <f+4>:       extrw,s ret0,31,15,ret0
0x000029a0 <f+8>:       depw,z ret0,30,31,r19
0x000029a4 <f+12>:      ldi 2,r20
0x000029a8 <f+16>:      ldw 2(,r26),ret0
...
(gdb) p/x $r26
$1 = 0x7eff05b8

The r26 base register and the displacement of 2 must sum to zero modulo 4.
Since it's the sum that matters for this insn, we don't require both the base
and the displacement to be aligned.

This worked in 3.[34].

-- 
           Summary: [4.0 Regression] FAIL: gcc.c-torture/execute/strct-pack-
                    3.c execution,  -O1
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


             reply	other threads:[~2004-12-19 20:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-19 20:36 danglin at gcc dot gnu dot org [this message]
2004-12-19 20:39 ` [Bug middle-end/19083] " pinskia at gcc dot gnu dot org
2004-12-26 17:04 ` danglin at gcc dot gnu dot org
2004-12-26 17:16 ` pinskia 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=20041219203650.19083.danglin@gcc.gnu.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).