This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test


Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/g++/../../g++ -B/mnt/g
nu/gcc-3.3/objdir/gcc/testsuite/g++/../../ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g
++.old-deja/g++.other/init5.C  -nostdinc++ -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-h
p-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 -I/mnt/gnu/gcc-3.3/objdi
r/hppa2.0w-hp-hpux11.11/libstdc++-v3/include -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v
3/libsupc++ -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/include/backward -I/mnt/gnu/gcc
-3.3/gcc/libstdc++-v3/testsuite -fmessage-length=0   -ansi -pedantic-errors -Wn
o-long-long    -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/s
rc/.libs  -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.l
ibs -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libiberty  -lm   -o ./ini
t5.exe    (timeout = 300)
PASS: g++.old-deja/g++.other/init5.C (test for excess errors)
Setting LD_LIBRARY_PATH to .:/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./li
bstdc++-v3/src/.libs:/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-
v3/src/.libs:/mnt/gnu/gcc-3.3/objdir/gcc:.:/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-
hpux11.11/./libstdc++-v3/src/.libs:/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.1
1/./libstdc++-v3/src/.libs:/mnt/gnu/gcc-3.3/objdir/gcc
FAIL: g++.old-deja/g++.other/init5.C execution test

# gdb init5.xg
GNU gdb 6.4.50.20060506-cvs
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "hppa2.0w-hp-hpux11.11"...
(gdb) r
Starting program: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/g++/init5.xg
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.


Program received signal SIGABRT, Aborted.
0x7afde770 in kill () from /usr/lib/libc.2
(gdb) bt
#0  0x7afde770 in kill () from /usr/lib/libc.2
#1  0x7af78dac in raise () from /usr/lib/libc.2
#2  0x7afba100 in abort_C () from /usr/lib/libc.2
#3  0x7afba15c in abort () from /usr/lib/libc.2
#4  0x0000399c in A::~A() (this=0x400012d0)
    at /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.other/init5.C:13
#5  0x000039ec in __tcf_0 ()
    at /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.other/init5.C:16
#6  0x7af565b4 in exit () from /usr/lib/libc.2
#7  0x7af15484 in _start () from /usr/lib/libc.2
#8  0x00002030 in $START$ ()


-- 
           Summary: FAIL: g++.old-deja/g++.other/init5.C execution test
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin 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=27692


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]