public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/37610]  New: [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test
@ 2008-09-21 16:08 danglin at gcc dot gnu dot org
  2008-09-28 23:47 ` [Bug target/37610] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-09-21 16:08 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2008-12-20 22:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-21 16:08 [Bug target/37610] New: [4.4 Regression] FAIL: g++.dg/eh/pr29166.C execution test danglin at gcc dot gnu dot org
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

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