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]

Re: c++/6179: EH regression test failure for STLport-4.5.3


On Fri, Apr 05, 2002 at 04:37:11PM +0200, Gwenole Beauchesne wrote:
> Hi,
> 
> First attempt to isolate the bug is attached and no longer depends on
> STLport-4.5.3 libraries. This is a gcc-3.1 regression from gcc-3.0.4 and
> even shows up at -O0 level.
> 
> Bye,
> Gwenole.


FWIW, here are the results with a few different gcc versions, including some
older ones:

ritzert@theresa:~/tmp > . ~/.initgcchead
Reading specs from /opt/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: /home/michael/gcctest/theresa/gcc/configure
--enable-threads=posix --prefix=/opt/gcc
Thread model: posix
gcc version 3.1 20011207 (experimental)
ritzert@theresa:~/tmp > c++ eh_bug.ii
ritzert@theresa:~/tmp > ./a.out
./a.out : Exception handling testsuite.
iteration #0
EH test : hash_map
[hash_map] :testing copy constructor (const) ...
EH TEST FAILURE !
[hash_map] :testing copy constructor (const)
ERROR : 1 outstanding allocations.
iteration #1
EH test : hash_map
[hash_map] :testing copy constructor (const) ...
EH TEST FAILURE !
[hash_map] :testing copy constructor (const)
ERROR : 1 outstanding allocations.
EH test : Done



ritzert@theresa:~/tmp > . ~/.initgcc304
Reading specs from
/home/michael/SuSE-7.3/gcc-3.0.4/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --enable-threads
--enable-languages=c,c++ --prefix=/home/michael/SuSE-7.3/gcc-3.0.4
Thread model: posix
gcc version 3.0.4
ritzert@theresa:~/tmp > c++ eh_bug.ii
ritzert@theresa:~/tmp > ./a.out
./a.out : Exception handling testsuite.
iteration #0
EH test : hash_map
[hash_map] :testing copy constructor (const) ... 1331 try successful
iteration #1
EH test : hash_map
[hash_map] :testing copy constructor (const) ... 1199 try successful
EH test : Done



ritzert@theresa:~/tmp > . ~/.initgcc32
Reading specs from /opt/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: /opt/gcc3/gcc/configure --prefix=/opt/gcc-3.2
--enable-threads Thread model: posix
gcc version 3.2 20020404 (experimental)
ritzert@theresa:~/tmp > c++ eh_bug.ii
ritzert@theresa:~/tmp > ./a.out
./a.out : Exception handling testsuite.
iteration #0
EH test : hash_map
[hash_map] :testing copy constructor (const) ... Aborted



ritzert@theresa:~/tmp > . ~/.initgcc31
Reading specs from /opt/gcc-3.1/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: /home/ritzert/compile/gcc/gcc-3_0-branch/gcc/configure
--prefix=/opt/gcc-3.1 --enable-threads
Thread model: posix
gcc version 3.1 20020313 (prerelease)
ritzert@theresa:~/tmp > c++ eh_bug.ii
ritzert@theresa:~/tmp > ./a.out
./a.out : Exception handling testsuite.
iteration #0
EH test : hash_map
[hash_map] :testing copy constructor (const) ... 1331 try successful
iteration #1
EH test : hash_map
[hash_map] :testing copy constructor (const) ... 1199 try successful
EH test : Done

Regards,
Michael


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