public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27692]  New: FAIL: g++.old-deja/g++.other/init5.C execution test
@ 2006-05-20 20:36 danglin at gcc dot gnu dot org
  2006-05-21  5:34 ` [Bug c++/27692] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-05-20 20:36 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2011-10-11 14:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-27692-4@http.gcc.gnu.org/bugzilla/>
2011-10-09 16:00 ` [Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test paolo.carlini at oracle dot com
2011-10-10 21:19 ` dave.anglin at bell dot net
2011-10-10 21:45 ` paolo.carlini at oracle dot com
2011-10-11  1:10 ` jason at gcc dot gnu.org
2011-10-11  1:27 ` paolo.carlini at oracle dot com
2011-10-11 12:07 ` dave.anglin at bell dot net
2011-10-11 13:08 ` jason at gcc dot gnu.org
2011-10-11 14:20 ` dave.anglin at bell dot net
2011-10-11 14:39 ` jason at gcc dot gnu.org
2006-05-20 20:36 [Bug c++/27692] New: " danglin at gcc dot gnu dot org
2006-05-21  5:34 ` [Bug c++/27692] " pinskia at gcc dot gnu dot org
2006-06-05 16:51 ` sje at cup dot hp dot com
2006-06-05 17:07 ` pinskia at gcc dot gnu dot org
2006-06-05 17:10 ` pinskia 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).