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; 5+ 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] 5+ messages in thread

* [Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test
  2006-05-20 20:36 [Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test danglin at gcc dot gnu dot org
@ 2006-05-21  5:34 ` pinskia at gcc dot gnu dot org
  2006-06-05 16:51 ` sje at cup dot hp dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-21  5:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-21 05:34 -------
Confirmed, this testcase should be xfailed for targets that don't have
cxa_atexit.
http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00748.html
is the patch which will xfail it.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|hppa2.0w-hp-hpux11.11       |
   GCC host triplet|hppa2.0w-hp-hpux11.11       |
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-21 05:34:41
               date|                            |


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


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

* [Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test
  2006-05-20 20:36 [Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test 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
  3 siblings, 0 replies; 5+ messages in thread
From: sje at cup dot hp dot com @ 2006-06-05 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sje at cup dot hp dot com  2006-06-05 16:43 -------
The test init5 has been xfailed on platforms where __cxa_atexit is not
implemented.  Without __cxa_atexit, the test cannot pass.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test
  2006-05-20 20:36 [Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test 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
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-05 17:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-05 17:06 -------
Ropening since it was only xfailed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
 GCC target triplet|hppa2.0w-hp-hpux11.11       |non __cxa_exit targets
           Keywords|                            |xfail
         Resolution|FIXED                       |


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


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

* [Bug c++/27692] FAIL: g++.old-deja/g++.other/init5.C execution test
  2006-05-20 20:36 [Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-06-05 17:07 ` pinskia at gcc dot gnu dot org
@ 2006-06-05 17:10 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-05 17:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


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

end of thread, other threads:[~2006-06-05 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-20 20:36 [Bug c++/27692] New: FAIL: g++.old-deja/g++.other/init5.C execution test 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).