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 target/37610]  New: [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test
Date: Sun, 21 Sep 2008 16:08:00 -0000	[thread overview]
Message-ID: <bug-37610-276@http.gcc.gnu.org/bugzilla/> (raw)

Executing on host: /home/dave/gcc-4.4/objdir/gcc/testsuite/g++/../../g++
-B/home
/dave/gcc-4.4/objdir/gcc/testsuite/g++/../../
/home/dave/gcc-4.4/gcc/gcc/testsui
te/g++.dg/eh/pr29166.C  -nostdinc++
-I/home/dave/gcc-4.4/objdir/hppa-linux/libst
dc++-v3/include/hppa-linux
-I/home/dave/gcc-4.4/objdir/hppa-linux/libstdc++-v3/i
nclude -I/home/dave/gcc-4.4/gcc/libstdc++-v3/libsupc++
-I/home/dave/gcc-4.4/gcc/
libstdc++-v3/include/backward
-I/home/dave/gcc-4.4/gcc/libstdc++-v3/testsuite/ut
il -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long   
-L/home/dave/gc
c-4.4/objdir/hppa-linux/./libstdc++-v3/src/.libs 
-L/home/dave/gcc-4.4/objdir/hp
pa-linux/./libstdc++-v3/src/.libs
-L/home/dave/gcc-4.4/objdir/hppa-linux/./libib
erty  -lm   -o ./pr29166.exe    (timeout = 300)
PASS: g++.dg/eh/pr29166.C (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/home/dave/gcc-4.4/objdir/hppa-linux/./libstdc++-v3
/src/.libs:/home/dave/gcc-4.4/objdir/hppa-linux/./libstdc++-v3/src/.libs:/home/d
ave/gcc-4.4/objdir/gcc:.:/home/dave/gcc-4.4/objdir/hppa-linux/./libstdc++-v3/src
/.libs:/home/dave/gcc-4.4/objdir/hppa-linux/./libstdc++-v3/src/.libs:/home/dave/
gcc-4.4/objdir/gcc:/home/dave/gcc-4.4/objdir/hppa-linux/libstdc++-v3/.libs:/home
/dave/gcc-4.4/objdir/hppa-linux/libmudflap/.libs:/home/dave/gcc-4.4/objdir/hppa-
linux/libssp/.libs:/home/dave/gcc-4.4/objdir/hppa-linux/libgomp/.libs:/home/dave
/gcc-4.4/objdir/./gcc:/home/dave/gcc-4.4/objdir/./prev-gcc
FAIL: g++.dg/eh/pr29166.C execution test

The program segvs:

Breakpoint 2, 0x402afd30 in _Unwind_DeleteException (exc=<value optimized out>)
    at ../../../gcc/libgcc/../gcc/unwind.inc:276
276         (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
Current language:  auto; currently c
(gdb) bt
#0  0x402afd30 in _Unwind_DeleteException (exc=<value optimized out>)
    at ../../../gcc/libgcc/../gcc/unwind.inc:276
#1  0x00012558 in test ()
    at /home/dave/gcc-4.4/gcc/gcc/testsuite/g++.dg/eh/pr29166.C:86
#2  0x00000000 in ?? ()
(gdb) p/x $r22
$2 = 0x16098
(gdb) stepi
0x402afd34      276         (*exc->exception_cleanup)
(_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
(gdb) 
$$dyncall () at ../../../gcc/libgcc/../gcc/config/pa/milli64.S:223
223             bb,>=,n %r22,30,LREF(1)         ; branch if not plabel address
Current language:  auto; currently asm
(gdb) 
223             bb,>=,n %r22,30,LREF(1)         ; branch if not plabel address
(gdb) 
229             bv      %r0(%r22)               ; branch to the real target
(gdb) 
235             stw     %r2,-24(%r30)           ; save return address into
frame marker
(gdb) 
0x00016098 in ?? ()
(gdb) 

Program received signal SIGILL, Illegal instruction.
0x00016098 in ?? ()

This regression was probably introduced in the recent switch to using
assembler CFI directives.


-- 
           Summary: [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution
                    test
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


             reply	other threads:[~2008-09-21 16:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-21 16:08 danglin at gcc dot gnu dot org [this message]
2008-09-28 23:47 ` [Bug target/37610] " pinskia at gcc dot gnu dot org
2008-10-22  3:11 ` mmitchel at gcc dot gnu dot org
2008-11-18  1:23 ` danglin at gcc dot gnu dot org
2008-11-18  2:33 ` danglin at gcc dot gnu dot org
2008-11-18  9:05 ` jakub at gcc dot gnu dot org
2008-11-18  9:21 ` jakub at gcc dot gnu dot org
2008-11-18 14:08 ` dave at hiauly1 dot hia dot nrc dot ca
2008-11-18 14:57 ` danglin at gcc dot gnu dot org
2008-11-18 18:50 ` ebotcazou at gcc dot gnu dot org
2008-11-18 18:52 ` ebotcazou at gcc dot gnu dot org
2008-11-29 21:07 ` jakub at gcc dot gnu dot org
2008-12-02 15:49 ` jakub at gcc dot gnu dot org
2008-12-03  9:12 ` jakub at gcc dot gnu dot org
2008-12-03  9:18 ` jakub at gcc dot gnu dot org
2008-12-20 22:35 ` ebotcazou 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=bug-37610-276@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).