public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/40094]  New: FAIL: ext/throw_allocator/deallocate_global.cc execution test
@ 2009-05-10 19:01 danglin at gcc dot gnu dot org
  2009-05-10 20:17 ` [Bug libstdc++/40094] " paolo dot carlini at oracle dot com
                   ` (21 more replies)
  0 siblings, 22 replies; 27+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-05-10 19:01 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc
-B/test/gnu/gcc
/objdir/./gcc -nostdinc++
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v
3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs
-B/opt/g
nu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.5.0/hppa64-hp
-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/include
-i
system /opt/gnu64/gcc/gcc-4.5.0/hppa64-hp-hpux11.11/sys-include -g -O2
-D_GLIBCX
X_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -g -O2   
-DLOCALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++
-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
/te
st/gnu/gcc/gcc/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc  
  -include bits/stdc++.h ./libtestc++.a  -lm   -o ./deallocate_global.exe   
(ti
meout = 600)
PASS: ext/throw_allocator/deallocate_global.cc (test for excess errors)
Setting LD_LIBRARY_PATH to
:/test/gnu/gcc/objdir/gcc:/test/gnu/gcc/objdir/hppa64
-hp-hpux11.11/./libstdc++-v3/src/.libs::/test/gnu/gcc/objdir/gcc:/test/gnu/gcc/o
bjdir/hppa64-hp-hpux11.11/./libstdc++-v3/src/.libs
terminate called after throwing an instance of 'std::runtime_error'
  what():  count isn't zero
operator new is called 
operator new is called 
operator delete is called 
1 allocations to be released 
operator delete is called 
All memory released 
operator delete is called 
18446744073709551615 allocations to be released 
operator new is called 
FAIL: ext/throw_allocator/deallocate_global.cc execution test

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
Target: hppa64-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu64/bin/as
--with-ld=/usr/ccs/bin/ld --enable-shared --with-local-prefix=/opt/gnu64
--prefix=/opt/gnu64/gcc/gcc-4.5.0 --build=hppa64-hp-hpux11.11
--enable-threads=posix --disable-nls --with-gmp=/opt/gnu64/gcc/gcc-4.5.0
-enable-languages=c,c++,objc,obj-c++,fortran
Thread model: posix
gcc version 4.5.0 20090509 (experimental) [trunk revision 147304] (GCC) 

Revision 147143 was ok.


-- 
           Summary: FAIL: ext/throw_allocator/deallocate_global.cc execution
                    test
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


^ permalink raw reply	[flat|nested] 27+ messages in thread
[parent not found: <bug-40094-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2023-05-16 20:55 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-10 19:01 [Bug libstdc++/40094] New: FAIL: ext/throw_allocator/deallocate_global.cc execution test danglin at gcc dot gnu dot org
2009-05-10 20:17 ` [Bug libstdc++/40094] " paolo dot carlini at oracle dot com
2009-05-17 15:28 ` paolo dot carlini at oracle dot com
2009-05-17 23:20 ` dave at hiauly1 dot hia dot nrc dot ca
2009-05-21  0:49 ` danglin at gcc dot gnu dot org
2009-05-21  9:15 ` paolo dot carlini at oracle dot com
2009-05-22  0:54 ` danglin at gcc dot gnu dot org
2009-05-22  1:07 ` paolo dot carlini at oracle dot com
2009-05-22  1:15 ` paolo dot carlini at oracle dot com
2009-05-22  1:29 ` paolo dot carlini at oracle dot com
2009-05-22  1:29 ` paolo at gcc dot gnu dot org
2009-05-22  1:30 ` danglin at gcc dot gnu dot org
2009-05-22  1:33 ` paolo at gcc dot gnu dot org
2009-05-22  1:42 ` danglin at gcc dot gnu dot org
2009-05-28 18:53 ` bkoz at gcc dot gnu dot org
2009-05-28 18:53 ` bkoz at gcc dot gnu dot org
2009-05-28 19:59 ` paolo dot carlini at oracle dot com
2009-05-28 20:09 ` paolo dot carlini at oracle dot com
2009-05-28 20:16 ` dave at hiauly1 dot hia dot nrc dot ca
2009-05-28 22:26 ` paolo dot carlini at oracle dot com
2009-05-29  1:13 ` bkoz at gcc dot gnu dot org
2009-05-29  1:20 ` bkoz at gcc dot gnu dot org
2009-07-30 20:23 ` danglin at gcc dot gnu dot org
     [not found] <bug-40094-4@http.gcc.gnu.org/bugzilla/>
2023-05-16 19:41 ` pinskia at gcc dot gnu.org
2023-05-16 20:38 ` redi at gcc dot gnu.org
2023-05-16 20:47 ` danglin at gcc dot gnu.org
2023-05-16 20:55 ` redi at gcc dot gnu.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).