This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

i686-pc-linux-gnu testsuite results for gcc version 3.0 20010221(regressions)


Testsuite results for an i686-pc-linux-gnu Suse 7.1 system (based on
glibc-2.2) with binutils 2.10.1.0.4 and kernel 2.4.1 added.

All dynamically built executables do not compile because libgcc_s.so.0
is not found. 

The excerpt from 20010221-mkchecklog.txt confirms that:

/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/../../gcc/g++ -B/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/../../gcc/ -ggdb3 -DDEBUG_ASSERT -ffunction-sections -fdata-sections -nostdinc++ -I/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/include -I/home/peter/egcs/gcc/libstdc++-v3/include/std -I/home/peter/egcs/gcc/libstdc++-v3/include/c_std -I/home/peter/egcs/gcc/libstdc++-v3/include -I/home/peter/egcs/gcc/libstdc++-v3/libsupc++ -I/home/peter/egcs/gcc/libstdc++-v3/libio -I/home/peter/egcs/gcc/libstdc++-v3/testsuite -nodefaultlibs /home/peter/egcs/gcc/libstdc++-v3/testsuite/17_intro/header_ciso646.cc -o ./header_ciso646.sh-exe  /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/../libsupc++/.libs/libsupc++.a -lm /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so -lm -lm -lm -lm -lc -lgcc -lc -Wl,--rpath -Wl,/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -Wl,--rpath -Wl,/usr/local/lib
/usr/local/bin/ld: warning: libgcc_s.so.0, needed by /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so, not found (try using -rpath or -rpath-link)
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__eh_alloc@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__eh_free@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__throw@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__get_eh_info@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__terminate@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__terminate_set_func@GCC_3.0'
/home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `__rethrow@GCC_3.0'
collect2: ld returned 1 exit status

If I add -Wl,--rpath -Wl, "path of libgcc_s.so.0" to the command line or
copy the library to /usr/local/lib, most of the programs build and run as
expected, but some do not, as demonstrated by the second log
file. That are nine regressions in comparison to the results for a
glibc-2.1.3 based system where I built the library about a week ago. 

Could someone please fix these regressions.

Peter Schmid


Before the library libgcc_s.so.0 is copied to /usr/local/bin

host: Linux 2.4.1 #33 Thu Feb 15 12:51:39 CET 2001 i686
compiler: Reading specs from /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/../../gcc/specs
Configured with: ../gcc/configure --enable-shared --disable-nls --enable-threads=posix
gcc version 3.0 20010221 (prerelease)
g++: No input files
compiler flags: -ggdb3 -DDEBUG_ASSERT -ffunction-sections -fdata-sections 
date: 20010221
pass/fail results:  0/106 shared + 94/12 static = 94/118 total

p == pass/fail execution test
     +: pass, -b: build failure, -r: run failure, x: disabled
ctime == time to compile and link
etime == time for executable to run
text == size of the executable text section
data == size of the executable data section
total == size of the executable

p ctime	etime	text	data	total	name	
+  1	0.173	761	24	3323	17_intro/header_ciso646.cc -static
-b 2	0.173	0	0	0	17_intro/header_ciso646.cc 

+  1	0.173	390	24	14933	17_intro/header_cstdio.cc -static
-b 2	0.173	0	0	0	17_intro/header_cstdio.cc 

+  1	0.175	390	24	13475	17_intro/header_cstdlib.cc -static
-b 2	0.175	0	0	0	17_intro/header_cstdlib.cc 

+  1	0.173	390	24	3100	17_intro/header_cstring.cc -static
-b 2	0.173	0	0	0	17_intro/header_cstring.cc 

+  1	0.174	390	24	9868	17_intro/header_ctime.cc -static
-b 1	0.174	0	0	0	17_intro/header_ctime.cc 

+  1	0.174	390	24	16134	17_intro/header_cwchar.cc -static
-b 2	0.174	0	0	0	17_intro/header_cwchar.cc 

+  1	0.176	378	24	2185	17_intro/header_cwctype.cc -static
-b 1	0.176	0	0	0	17_intro/header_cwctype.cc 

+  6	0.174	378	48	156508	17_intro/header_fstream.cc -static
-b 5	0.174	0	0	0	17_intro/header_fstream.cc 

+  4	0.173	378	48	132982	17_intro/header_iomanip.cc -static
-b 5	0.173	0	0	0	17_intro/header_iomanip.cc 

+  4	0.174	378	48	98617	17_intro/header_ios.cc -static
-b 4	0.174	0	0	0	17_intro/header_ios.cc 

+  1	0.175	378	24	17122	17_intro/header_iosfwd.cc -static
-b 2	0.175	0	0	0	17_intro/header_iosfwd.cc 

+  5	0.177	137422	6200	1864983	17_intro/header_iostream.cc -static
-b 5	0.177	0	0	0	17_intro/header_iostream.cc 

+  4	0.173	378	48	129155	17_intro/header_istream.cc -static
-b 4	0.173	0	0	0	17_intro/header_istream.cc 

+  4	0.174	378	48	98625	17_intro/header_ostream.cc -static
-b 4	0.174	0	0	0	17_intro/header_ostream.cc 

+  5	0.173	378	48	129155	17_intro/header_sstream.cc -static
-b 5	0.173	0	0	0	17_intro/header_sstream.cc 

+  3	0.175	378	48	93718	17_intro/header_streambuf.cc -static
-b 3	0.175	0	0	0	17_intro/header_streambuf.cc 

+  10	0.174	137422	6168	1941763	17_intro/headers.cc -static
-b 9	0.174	0	0	0	17_intro/headers.cc 

+  2	0.175	378	24	31381	17_intro/headers_c++.cc -static
-b 2	0.175	0	0	0	17_intro/headers_c++.cc 

+  2	0.174	378	24	31378	17_intro/headers_c.cc -static
-b 1	0.174	0	0	0	17_intro/headers_c.cc 

+  2	0.174	13758	1664	169431	18_support/numeric_limits.cc -static
-b 2	0.174	0	0	0	18_support/numeric_limits.cc 

+  3	0.173	20985	1784	217928	20_util/auto_ptr.cc -static
-b 3	0.173	0	0	0	20_util/auto_ptr.cc 

-r 7	0.177	151086	6184	1932372	21_strings/append.cc -static
-b 6	0.177	0	0	0	21_strings/append.cc 

+  8	0.173	157982	6184	2009309	21_strings/capacity.cc -static
-b 8	0.173	0	0	0	21_strings/capacity.cc 

+  4	0.175	140638	6184	1803739	21_strings/char_traits_requirements.cc -static
-b 5	0.175	0	0	0	21_strings/char_traits_requirements.cc 

+  3	0.174	396	48	65615	21_strings/char_traits_typedefs.cc -static
-b 3	0.174	0	0	0	21_strings/char_traits_typedefs.cc 

+  5	0.174	142398	6184	1813351	21_strings/compare.cc -static
-b 5	0.174	0	0	0	21_strings/compare.cc 

-r 6	0.177	148014	6216	1901561	21_strings/ctor_copy_dtor.cc -static
-b 6	0.177	0	0	0	21_strings/ctor_copy_dtor.cc 

-r 4	0.177	140638	6184	1807132	21_strings/element_access.cc -static
-b 4	0.177	0	0	0	21_strings/element_access.cc 

+  5	0.174	143854	6184	1811936	21_strings/find.cc -static
-b 5	0.174	0	0	0	21_strings/find.cc 

-r 6	0.177	148734	6216	1904345	21_strings/insert.cc -static
-b 6	0.177	0	0	0	21_strings/insert.cc 

+  10	0.193	149582	6184	2005076	21_strings/inserters_extractors.cc -static
-b 10	0.193	0	0	0	21_strings/inserters_extractors.cc 

+  5	0.173	146398	6184	1850299	21_strings/invariants.cc -static
-b 5	0.173	0	0	0	21_strings/invariants.cc 

+  6	0.177	152766	6184	1873855	21_strings/nonmember.cc -static
-b 6	0.177	0	0	0	21_strings/nonmember.cc 

+  5	0.175	140910	6184	1809495	21_strings/operations.cc -static
-b 4	0.175	0	0	0	21_strings/operations.cc 

+  6	0.174	149150	6184	1920496	21_strings/replace.cc -static
-b 6	0.174	0	0	0	21_strings/replace.cc 

+  5	0.173	141118	6184	1806647	21_strings/rfind.cc -static
-b 4	0.173	0	0	0	21_strings/rfind.cc 

-r 5	0.175	143502	6184	1851825	21_strings/substr.cc -static
-b 4	0.175	0	0	0	21_strings/substr.cc 

+  6	0.174	138670	6216	1920315	22_locale/codecvt_char_char.cc -static
-b 5	0.174	0	0	0	22_locale/codecvt_char_char.cc 

+  6	0.174	378	48	156523	22_locale/codecvt_unicode_char.cc -static
-b 5	0.174	0	0	0	22_locale/codecvt_unicode_char.cc 

+  5	0.175	378	48	156529	22_locale/codecvt_unicode_wchar_t.cc -static
-b 5	0.175	0	0	0	22_locale/codecvt_unicode_wchar_t.cc 

+  5	0.174	378	48	156523	22_locale/codecvt_wchar_t_char.cc -static
-b 5	0.174	0	0	0	22_locale/codecvt_wchar_t_char.cc 

+  5	0.174	378	48	156511	22_locale/ctor_copy_dtor.cc -static
-b 6	0.174	0	0	0	22_locale/ctor_copy_dtor.cc 

+  6	0.173	139294	6512	1908861	22_locale/ctype.cc -static
-b 6	0.173	0	0	0	22_locale/ctype.cc 

+  6	0.174	141166	6224	1906491	22_locale/ctype_char_members.cc -static
-b 6	0.174	0	0	0	22_locale/ctype_char_members.cc 

+  5	0.174	378	48	156525	22_locale/ctype_wchar_t_members.cc -static
-b 6	0.174	0	0	0	22_locale/ctype_wchar_t_members.cc 

+  11	0.174	151070	8104	2095551	22_locale/facet.cc -static
-b 12	0.174	0	0	0	22_locale/facet.cc 

+  6	0.177	140846	6280	1911883	22_locale/global_templates.cc -static
-b 6	0.177	0	0	0	22_locale/global_templates.cc 

+  8	0.173	144830	6184	1927124	22_locale/members.cc -static
-b 7	0.173	0	0	0	22_locale/members.cc 

+  7	0.174	140718	6344	1878595	22_locale/numpunct.cc -static
-b 7	0.174	0	0	0	22_locale/numpunct.cc 

+  7	0.174	141838	6184	1919251	22_locale/numpunct_byname.cc -static
-b 7	0.174	0	0	0	22_locale/numpunct_byname.cc 

+  7	0.175	140622	6184	1872922	22_locale/numpunct_char_members.cc -static
-b 6	0.175	0	0	0	22_locale/numpunct_char_members.cc 

+  7	0.173	141406	6312	1916675	22_locale/operators.cc -static
-b 7	0.173	0	0	0	22_locale/operators.cc 

+  7	0.174	141134	6312	1892715	22_locale/static_members.cc -static
-b 7	0.174	0	0	0	22_locale/static_members.cc 

-r 7	0.178	146670	6216	1927503	23_containers/bitset_ctor.cc -static
-b 7	0.178	0	0	0	23_containers/bitset_ctor.cc 

+  9	0.791	158238	6216	1961469	23_containers/bitset_shift.cc -static
-b 9	0.791	0	0	0	23_containers/bitset_shift.cc 

-b 7	0.791	0	0	0	23_containers/map_operators.cc -static
-b 6	0.791	0	0	0	23_containers/map_operators.cc 

+  8	0.000	144862	6200	1909816	23_containers/multiset.cc -static
-b 7	0.000	0	0	0	23_containers/multiset.cc 

-b 4	0.000	0	0	0	23_containers/set_operators.cc -static
-b 5	0.000	0	0	0	23_containers/set_operators.cc 

+  4	0.175	21518	1696	295136	23_containers/vector_capacity.cc -static
-b 4	0.175	0	0	0	23_containers/vector_capacity.cc 

+  9	0.175	171710	6184	2117531	23_containers/vector_ctor.cc -static
-b 9	0.175	0	0	0	23_containers/vector_ctor.cc 

-r 3	0.177	139118	6152	1778079	23_containers/vector_element_access.cc -static
-b 3	0.177	0	0	0	23_containers/vector_element_access.cc 

+  5	0.173	29742	1696	431083	23_containers/vector_modifiers.cc -static
-b 5	0.173	0	0	0	23_containers/vector_modifiers.cc 

+  7	0.174	144206	6216	1904106	24_iterators/istreambuf_iterator.cc -static
-b 6	0.174	0	0	0	24_iterators/istreambuf_iterator.cc 

+  10	0.180	163726	6184	2058769	24_iterators/iterator.cc -static
-b 9	0.180	0	0	0	24_iterators/iterator.cc 

+  3	0.192	2229	24	90573	25_algorithms/lower_bound.cc -static
-b 2	0.192	0	0	0	25_algorithms/lower_bound.cc 

+  2	0.173	901	24	59078	25_algorithms/min_max.cc -static
-b 3	0.173	0	0	0	25_algorithms/min_max.cc 

+  8	0.000	141694	6168	2002111	26_numerics/binary_closure.cc -static
-b 8	0.000	0	0	0	26_numerics/binary_closure.cc 

+  2	0.176	767	24	26781	26_numerics/buggy_complex.cc -static
-b 2	0.176	0	0	0	26_numerics/buggy_complex.cc 

+  2	0.174	935	24	16751	26_numerics/c_math.cc -static
-b 2	0.174	0	0	0	26_numerics/c_math.cc 

+  7	0.176	152734	6216	1940192	26_numerics/complex_inserters_extractors.cc -static
-b 7	0.176	0	0	0	26_numerics/complex_inserters_extractors.cc 

+  2	0.177	1711	24	29321	26_numerics/complex_value.cc -static
-b 2	0.177	0	0	0	26_numerics/complex_value.cc 

+  5	0.175	14873	1688	270397	26_numerics/valarray.cc -static
-b 6	0.175	0	0	0	26_numerics/valarray.cc 

+  7	0.175	148436	6304	1964142	27_io/filebuf.cc -static
-b 7	0.175	0	0	0	27_io/filebuf.cc 

+  7	0.177	138980	6224	1934907	27_io/filebuf_members.cc -static
-b 7	0.177	0	0	0	27_io/filebuf_members.cc 

+  4	0.173	2315	48	105390	27_io/fpos.cc -static
-b 5	0.173	0	0	0	27_io/fpos.cc 

+  7	0.442	139156	6224	1933019	27_io/ifstream_members.cc -static
-b 7	0.442	0	0	0	27_io/ifstream_members.cc 

+  7	0.177	141694	6184	1887408	27_io/ios_base_callbacks.cc -static
-b 7	0.177	0	0	0	27_io/ios_base_callbacks.cc 

-r 7	24689.000	140974	6184	1877504	27_io/ios_base_members_static.cc -static
-b 6	24689.000	0	0	0	27_io/ios_base_members_static.cc 

+  7	0.174	140078	6216	1886244	27_io/ios_base_storage.cc -static
-b 7	0.174	0	0	0	27_io/ios_base_storage.cc 

+  6	0.173	141742	6184	1882578	27_io/ios_ctor.cc -static
-b 6	0.173	0	0	0	27_io/ios_ctor.cc 

+  9	777.000	146766	6248	1985370	27_io/ios_manip_basefield.cc -static
-b 9	777.000	0	0	0	27_io/ios_manip_basefield.cc 

+  9	0.000	147150	6280	1990402	27_io/ios_manip_fmtflags.cc -static
-b 9	0.000	0	0	0	27_io/ios_manip_fmtflags.cc 

-r 5	0.176	139662	6216	1850196	27_io/ios_members.cc -static
-b 5	0.176	0	0	0	27_io/ios_members.cc 

+  4	0.173	378	48	129135	27_io/istream.cc -static
-b 4	0.173	0	0	0	27_io/istream.cc 

+  10	1.000	157758	6728	1994058	27_io/istream_extractor_arith.cc -static
-b 10	1.000	0	0	0	27_io/istream_extractor_arith.cc 

-r 7	0.000	145854	6184	1895542	27_io/istream_extractor_char.cc -static
-b 7	0.000	0	0	0	27_io/istream_extractor_char.cc 

+  9	0.178	147732	6176	1970962	27_io/istream_extractor_other.cc -static
-b 8	0.178	0	0	0	27_io/istream_extractor_other.cc 

+  7	0.176	141902	6216	1892336	27_io/istream_manip.cc -static
-b 7	0.176	0	0	0	27_io/istream_manip.cc 

+  9	0.175	149726	6184	1983959	27_io/istream_seeks.cc -static
-b 9	0.175	0	0	0	27_io/istream_seeks.cc 

+  7	0.174	140750	6216	1890164	27_io/istream_sentry.cc -static
-b 7	0.174	0	0	0	27_io/istream_sentry.cc 

+  9	0.208	154654	6248	1999108	27_io/istream_unformatted.cc -static
-b 9	0.208	0	0	0	27_io/istream_unformatted.cc 

+  7	0.175	142334	6216	1918458	27_io/istringstream_members.cc -static
-b 7	0.175	0	0	0	27_io/istringstream_members.cc 

+  10	0.000	137838	6168	1960306	27_io/narrow_stream_objects.cc -static
-b 10	0.000	0	0	0	27_io/narrow_stream_objects.cc 

+  7	0.517	139252	6224	1932331	27_io/ofstream_members.cc -static
-b 6	0.517	0	0	0	27_io/ofstream_members.cc 

+  4	0.174	378	48	98605	27_io/ostream.cc -static
-b 4	0.174	0	0	0	27_io/ostream.cc 

+  9	0.182	152430	6280	2001680	27_io/ostream_inserter_arith.cc -static
-b 9	0.182	0	0	0	27_io/ostream_inserter_arith.cc 

+  9	0.360	150734	6184	1993091	27_io/ostream_inserter_char.cc -static
-b 9	0.360	0	0	0	27_io/ostream_inserter_char.cc 

+  8	0.182	143310	6216	1952367	27_io/ostream_inserter_other.cc -static
-b 8	0.182	0	0	0	27_io/ostream_inserter_other.cc 

+  8	0.175	144046	6216	1921666	27_io/ostream_manip.cc -static
-b 7	0.175	0	0	0	27_io/ostream_manip.cc 

+  8	0.174	140750	6184	1944801	27_io/ostream_seeks.cc -static
-b 8	0.174	0	0	0	27_io/ostream_seeks.cc 

+  7	0.176	140382	6248	1886107	27_io/ostream_unformatted.cc -static
-b 6	0.176	0	0	0	27_io/ostream_unformatted.cc 

+  8	0.175	149886	6632	1902797	27_io/streambuf.cc -static
-b 7	0.175	0	0	0	27_io/streambuf.cc 

+  8	0.175	155822	6184	1927212	27_io/stringbuf.cc -static
-b 7	0.175	0	0	0	27_io/stringbuf.cc 

+  9	0.175	145326	6824	1942799	27_io/stringstream.cc -static
-b 8	0.175	0	0	0	27_io/stringstream.cc 

+  10	0.175	137470	6168	1941966	27_io/wide_stream_objects.cc -static
-b 10	0.175	0	0	0	27_io/wide_stream_objects.cc 

+  8	0.176	137422	6168	1969844	ext/headers.cc -static
-b 8	0.176	0	0	0	ext/headers.cc 

testrun == 1262 seconds

After the library libgcc_s.so.0 is copied to /usr/local/bin
host: Linux 2.4.1 #33 Thu Feb 15 12:51:39 CET 2001 i686
compiler: Reading specs from /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/../../gcc/specs
Configured with: ../gcc/configure --enable-shared --disable-nls --enable-threads=posix
gcc version 3.0 20010221 (prerelease)
g++: No input files
compiler flags: -ggdb3 -DDEBUG_ASSERT -ffunction-sections -fdata-sections 
date: 20010221
pass/fail results:  94/12 shared + 94/12 static = 188/24 total

p == pass/fail execution test
     +: pass, -b: build failure, -r: run failure, x: disabled
ctime == time to compile and link
etime == time for executable to run
text == size of the executable text section
data == size of the executable data section
total == size of the executable

p ctime	etime	text	data	total	name	
+  1	0.175	761	24	3323	17_intro/header_ciso646.cc -static
+  1	0.185	761	24	3654	17_intro/header_ciso646.cc 

+  1	0.173	390	24	14933	17_intro/header_cstdio.cc -static
+  1	0.188	390	24	15264	17_intro/header_cstdio.cc 

+  1	0.174	390	24	13475	17_intro/header_cstdlib.cc -static
+  1	0.186	390	24	13806	17_intro/header_cstdlib.cc 

+  1	0.175	390	24	3100	17_intro/header_cstring.cc -static
+  1	0.185	390	24	3431	17_intro/header_cstring.cc 

+  1	0.175	390	24	9868	17_intro/header_ctime.cc -static
+  2	0.186	390	24	10199	17_intro/header_ctime.cc 

+  1	0.174	390	24	16134	17_intro/header_cwchar.cc -static
+  1	0.188	390	24	16465	17_intro/header_cwchar.cc 

+  1	0.174	378	24	2185	17_intro/header_cwctype.cc -static
+  1	0.194	378	24	2516	17_intro/header_cwctype.cc 

+  6	0.175	378	48	156508	17_intro/header_fstream.cc -static
+  6	0.185	378	48	156839	17_intro/header_fstream.cc 

+  5	0.173	378	48	132982	17_intro/header_iomanip.cc -static
+  5	0.187	378	48	133313	17_intro/header_iomanip.cc 

+  4	0.173	378	48	98617	17_intro/header_ios.cc -static
+  4	0.185	378	48	98948	17_intro/header_ios.cc 

+  1	0.176	378	24	17122	17_intro/header_iosfwd.cc -static
+  2	0.185	378	24	17453	17_intro/header_iosfwd.cc 

+  5	0.178	137422	6200	1864983	17_intro/header_iostream.cc -static
+  4	0.188	524	48	130369	17_intro/header_iostream.cc 

+  5	0.173	378	48	129155	17_intro/header_istream.cc -static
+  4	0.187	378	48	129486	17_intro/header_istream.cc 

+  4	0.174	378	48	98625	17_intro/header_ostream.cc -static
+  4	0.187	378	48	98956	17_intro/header_ostream.cc 

+  4	0.177	378	48	129155	17_intro/header_sstream.cc -static
+  5	0.185	378	48	129486	17_intro/header_sstream.cc 

+  4	0.174	378	48	93718	17_intro/header_streambuf.cc -static
+  4	0.186	378	48	94049	17_intro/header_streambuf.cc 

+  10	0.175	137422	6168	1941763	17_intro/headers.cc -static
+  10	0.187	524	24	207163	17_intro/headers.cc 

+  2	0.174	378	24	31381	17_intro/headers_c++.cc -static
+  2	0.186	378	24	31712	17_intro/headers_c++.cc 

+  1	0.176	378	24	31378	17_intro/headers_c.cc -static
+  2	0.188	378	24	31709	17_intro/headers_c.cc 

+  2	0.173	13758	1664	169431	18_support/numeric_limits.cc -static
+  1	0.185	13758	1664	182660	18_support/numeric_limits.cc 

+  3	0.173	20985	1784	217928	20_util/auto_ptr.cc -static
+  3	0.190	20985	1784	231456	20_util/auto_ptr.cc 

-r 7	0.175	151086	6184	1932372	21_strings/append.cc -static
-r 6	0.190	31518	1760	409905	21_strings/append.cc 

+  7	0.176	157982	6184	2009309	21_strings/capacity.cc -static
+  7	0.185	38062	1728	485868	21_strings/capacity.cc 

+  5	0.177	140638	6184	1803739	21_strings/char_traits_requirements.cc -static
+  4	0.186	17886	1728	275572	21_strings/char_traits_requirements.cc 

+  3	0.174	396	48	65615	21_strings/char_traits_typedefs.cc -static
+  3	0.186	396	48	65946	21_strings/char_traits_typedefs.cc 

+  5	0.174	142398	6184	1813351	21_strings/compare.cc -static
+  5	0.185	21422	1728	287981	21_strings/compare.cc 

-r 6	0.177	148014	6216	1901561	21_strings/ctor_copy_dtor.cc -static
-r 6	0.190	26254	1760	375655	21_strings/ctor_copy_dtor.cc 

-r 5	0.177	140638	6184	1807132	21_strings/element_access.cc -static
-r 4	0.193	18718	1760	280596	21_strings/element_access.cc 

+  5	0.174	143854	6184	1811936	21_strings/find.cc -static
+  4	0.189	22126	1728	285516	21_strings/find.cc 

-r 6	0.175	148734	6216	1904345	21_strings/insert.cc -static
-r 6	0.189	28990	1760	381725	21_strings/insert.cc 

+  11	0.195	149582	6184	2005076	21_strings/inserters_extractors.cc -static
+  10	0.270	38686	2656	510495	21_strings/inserters_extractors.cc 

+  5	0.173	146398	6184	1850299	21_strings/invariants.cc -static
+  6	0.186	26046	1728	326136	21_strings/invariants.cc 

+  6	0.174	152766	6184	1873855	21_strings/nonmember.cc -static
+  6	0.186	32670	1728	349921	21_strings/nonmember.cc 

+  5	0.173	140910	6184	1809495	21_strings/operations.cc -static
+  4	0.187	19694	1728	283712	21_strings/operations.cc 

+  7	0.175	149150	6184	1920496	21_strings/replace.cc -static
+  6	0.189	28846	1728	396376	21_strings/replace.cc 

+  5	0.173	141118	6184	1806647	21_strings/rfind.cc -static
+  4	0.187	18718	1728	279002	21_strings/rfind.cc 

-r 5	0.177	143502	6184	1851825	21_strings/substr.cc -static
-r 5	0.188	21950	1760	325938	21_strings/substr.cc 

+  6	0.175	138670	6216	1920315	22_locale/codecvt_char_char.cc -static
+  6	0.190	15353	1720	335481	22_locale/codecvt_char_char.cc 

+  5	0.175	378	48	156523	22_locale/codecvt_unicode_char.cc -static
+  5	0.186	378	48	156854	22_locale/codecvt_unicode_char.cc 

+  5	0.174	378	48	156529	22_locale/codecvt_unicode_wchar_t.cc -static
+  5	0.185	378	48	156860	22_locale/codecvt_unicode_wchar_t.cc 

+  5	0.177	378	48	156523	22_locale/codecvt_wchar_t_char.cc -static
+  5	0.186	378	48	156854	22_locale/codecvt_wchar_t_char.cc 

+  5	0.174	378	48	156511	22_locale/ctor_copy_dtor.cc -static
+  6	0.185	378	48	156842	22_locale/ctor_copy_dtor.cc 

+  6	0.173	139294	6512	1908861	22_locale/ctype.cc -static
+  6	0.186	15182	2080	329566	22_locale/ctype.cc 

+  6	0.174	141166	6224	1906491	22_locale/ctype_char_members.cc -static
+  5	0.189	16814	1856	316171	22_locale/ctype_char_members.cc 

+  5	0.174	378	48	156525	22_locale/ctype_wchar_t_members.cc -static
+  5	0.185	378	48	156856	22_locale/ctype_wchar_t_members.cc 

+  12	0.173	151070	8104	2095551	22_locale/facet.cc -static
+  11	0.187	48622	5248	616586	22_locale/facet.cc 

+  6	0.177	140846	6280	1911883	22_locale/global_templates.cc -static
+  6	0.186	18894	1888	388448	22_locale/global_templates.cc 

+  8	0.173	144830	6184	1927124	22_locale/members.cc -static
+  7	0.186	25950	1920	408365	22_locale/members.cc 

+  6	0.174	140718	6344	1878595	22_locale/numpunct.cc -static
+  7	0.186	18126	1920	350767	22_locale/numpunct.cc 

+  7	0.175	141838	6184	1919251	22_locale/numpunct_byname.cc -static
+  6	0.187	22574	1920	399775	22_locale/numpunct_byname.cc 

+  6	0.178	140622	6184	1872922	22_locale/numpunct_char_members.cc -static
+  6	0.187	18318	1728	346082	22_locale/numpunct_char_members.cc 

+  7	0.173	141406	6312	1916675	22_locale/operators.cc -static
+  8	0.186	20222	1920	394898	22_locale/operators.cc 

+  7	0.175	141134	6312	1892715	22_locale/static_members.cc -static
+  6	0.187	19806	1920	370583	22_locale/static_members.cc 

-r 8	0.187	146670	6216	1927503	23_containers/bitset_ctor.cc -static
-r 7	0.188	25630	1824	405630	23_containers/bitset_ctor.cc 

+  9	0.789	158238	6216	1961469	23_containers/bitset_shift.cc -static
+  8	0.802	35662	1824	437071	23_containers/bitset_shift.cc 

-b 7	0.802	0	0	0	23_containers/map_operators.cc -static
-b 7	0.802	0	0	0	23_containers/map_operators.cc 

+  7	0.000	144862	6200	1909816	23_containers/multiset.cc -static
+  7	0.000	21470	1728	384312	23_containers/multiset.cc 

-b 4	0.000	0	0	0	23_containers/set_operators.cc -static
-b 5	0.000	0	0	0	23_containers/set_operators.cc 

+  4	0.175	21518	1696	295136	23_containers/vector_capacity.cc -static
+  4	0.186	21518	1696	309065	23_containers/vector_capacity.cc 

+  9	0.175	171710	6184	2117531	23_containers/vector_ctor.cc -static
+  8	0.187	48238	1696	587465	23_containers/vector_ctor.cc 

-r 3	0.177	139118	6152	1778079	23_containers/vector_element_access.cc -static
-r 3	0.189	15646	1728	248221	23_containers/vector_element_access.cc 

+  5	0.176	29742	1696	431083	23_containers/vector_modifiers.cc -static
+  5	0.199	29742	1696	445012	23_containers/vector_modifiers.cc 

+  7	0.173	144206	6216	1904106	24_iterators/istreambuf_iterator.cc -static
+  7	0.188	26702	2208	390430	24_iterators/istreambuf_iterator.cc 

+  10	0.173	163726	6184	2058769	24_iterators/iterator.cc -static
+  9	0.185	42670	1728	533419	24_iterators/iterator.cc 

+  2	0.174	2229	24	90573	25_algorithms/lower_bound.cc -static
+  3	0.189	2229	24	90904	25_algorithms/lower_bound.cc 

+  3	0.177	901	24	59078	25_algorithms/min_max.cc -static
+  2	0.186	901	24	59409	25_algorithms/min_max.cc 

+  8	0.000	141694	6168	2002111	26_numerics/binary_closure.cc -static
+  9	0.000	17913	1720	416955	26_numerics/binary_closure.cc 

+  2	0.177	767	24	26781	26_numerics/buggy_complex.cc -static
+  2	0.189	767	24	27112	26_numerics/buggy_complex.cc 

+  2	0.173	935	24	16751	26_numerics/c_math.cc -static
+  2	0.185	935	24	17138	26_numerics/c_math.cc 

+  8	0.178	152734	6216	1940192	26_numerics/complex_inserters_extractors.cc -static
+  8	0.187	30094	2208	394060	26_numerics/complex_inserters_extractors.cc 

+  2	0.173	1711	24	29321	26_numerics/complex_value.cc -static
+  2	0.186	1711	24	29708	26_numerics/complex_value.cc 

+  5	0.185	14873	1688	270397	26_numerics/valarray.cc -static
+  5	0.185	14873	1688	283925	26_numerics/valarray.cc 

+  8	0.176	148436	6304	1964142	27_io/filebuf.cc -static
+  7	0.188	28457	2072	392450	27_io/filebuf.cc 

+  7	0.175	138980	6224	1934907	27_io/filebuf_members.cc -static
+  6	0.188	17337	1976	358015	27_io/filebuf_members.cc 

+  4	0.177	2315	48	105390	27_io/fpos.cc -static
+  4	0.201	2315	48	105721	27_io/fpos.cc 

+  7	0.440	139156	6224	1933019	27_io/ifstream_members.cc -static
+  7	0.504	17785	1976	356278	27_io/ifstream_members.cc 

+  7	0.174	141694	6184	1887408	27_io/ios_base_callbacks.cc -static
+  7	0.186	23598	2016	370772	27_io/ios_base_callbacks.cc 

-r 7	24689.000	140974	6184	1877504	27_io/ios_base_members_static.cc -static
-r 6	24689.000	21518	2016	363403	27_io/ios_base_members_static.cc 

+  7	0.174	140078	6216	1886244	27_io/ios_base_storage.cc -static
+  6	0.188	22366	2208	372291	27_io/ios_base_storage.cc 

+  6	0.174	141742	6184	1882578	27_io/ios_ctor.cc -static
+  6	0.186	22766	2016	364438	27_io/ios_ctor.cc 

+  9	777.000	146766	6248	1985370	27_io/ios_manip_basefield.cc -static
+  8	777.000	30958	2272	479999	27_io/ios_manip_basefield.cc 

+  10	0.000	147150	6280	1990402	27_io/ios_manip_fmtflags.cc -static
+  10	0.000	32638	2368	487530	27_io/ios_manip_fmtflags.cc 

-r 6	0.176	139662	6216	1850196	27_io/ios_members.cc -static
-r 5	0.191	17561	1816	269048	27_io/ios_members.cc 

+  4	0.176	378	48	129135	27_io/istream.cc -static
+  4	0.187	378	48	129466	27_io/istream.cc 

+  12	1.000	157758	6728	1994058	27_io/istream_extractor_arith.cc -static
+  10	1.000	44542	3264	491598	27_io/istream_extractor_arith.cc 

-r 7	0.000	145854	6184	1895542	27_io/istream_extractor_char.cc -static
-r 6	0.000	27518	2112	379158	27_io/istream_extractor_char.cc 

+  8	0.179	147732	6176	1970962	27_io/istream_extractor_other.cc -static
+  8	0.194	29982	2112	459823	27_io/istream_extractor_other.cc 

+  7	0.175	141902	6216	1892336	27_io/istream_manip.cc -static
+  6	0.187	24494	2208	378970	27_io/istream_manip.cc 

+  9	0.178	149726	6184	1983959	27_io/istream_seeks.cc -static
+  9	0.188	35182	2400	476033	27_io/istream_seeks.cc 

+  7	0.174	140750	6216	1890164	27_io/istream_sentry.cc -static
+  6	0.190	23742	2272	377211	27_io/istream_sentry.cc 

+  10	0.215	154654	6248	1999108	27_io/istream_unformatted.cc -static
+  10	0.226	39950	2496	492276	27_io/istream_unformatted.cc 

+  7	0.186	142334	6216	1918458	27_io/istringstream_members.cc -static
+  7	0.190	25662	2208	406302	27_io/istringstream_members.cc 

+  11	0.000	137838	6168	1960306	27_io/narrow_stream_objects.cc -static
+  10	0.000	1099	24	228914	27_io/narrow_stream_objects.cc 

+  8	0.514	139252	6224	1932331	27_io/ofstream_members.cc -static
+  6	0.591	17753	1976	355462	27_io/ofstream_members.cc 

+  4	0.177	378	48	98605	27_io/ostream.cc -static
+  4	0.185	378	48	98936	27_io/ostream.cc 

+  11	0.187	152430	6280	2001680	27_io/ostream_inserter_arith.cc -static
+  10	0.197	38014	2432	494913	27_io/ostream_inserter_arith.cc 

+  10	0.356	150734	6184	1993091	27_io/ostream_inserter_char.cc -static
+  10	0.373	37374	2336	487618	27_io/ostream_inserter_char.cc 

+  9	0.187	143310	6216	1952367	27_io/ostream_inserter_other.cc -static
+  8	0.198	27070	2400	442789	27_io/ostream_inserter_other.cc 

+  8	0.178	144046	6216	1921666	27_io/ostream_manip.cc -static
+  8	0.186	28782	2208	411355	27_io/ostream_manip.cc 

+  8	0.175	140750	6184	1944801	27_io/ostream_seeks.cc -static
+  8	0.186	25566	2336	435560	27_io/ostream_seeks.cc 

+  6	0.174	140382	6248	1886107	27_io/ostream_unformatted.cc -static
+  7	0.199	22430	2208	371609	27_io/ostream_unformatted.cc 

+  8	0.175	149886	6632	1902797	27_io/streambuf.cc -static
+  7	0.187	31054	2432	385854	27_io/streambuf.cc 

+  8	0.179	155822	6184	1927212	27_io/stringbuf.cc -static
+  8	0.187	38254	1920	410732	27_io/stringbuf.cc 

+  8	0.180	145326	6824	1942799	27_io/stringstream.cc -static
+  8	0.190	31998	3136	436116	27_io/stringstream.cc 

+  10	0.178	137470	6168	1941966	27_io/wide_stream_objects.cc -static
+  9	0.185	572	24	207366	27_io/wide_stream_objects.cc 

+  8	0.174	137422	6168	1969844	ext/headers.cc -static
+  8	0.185	524	24	235242	ext/headers.cc 

testrun == 1305 seconds

Backtrace for append.sh-exe

(gdb) r
Starting program: /home/peter/egcs/build/i686-pc-linux-gnu/libstdc++-v3/testsuite/append.sh-exe 

Program received signal SIGSEGV, Segmentation fault.
0x0804ddba in next_stack_level (pc=0x400669de, udata=0xbffff44c, 
    caller_udata=0xbffff3cc, saved_regs=0xbffff2fc)
Current language:  auto; currently c
(gdb) bt
#0  0x0804ddba in next_stack_level (pc=0x400669de, udata=0xbffff44c, 
    caller_udata=0xbffff3cc, saved_regs=0xbffff2fc)
#1  0x0804df0a in throw_helper (eh=0x8058d40, pc=0x400669de, 
    my_udata=0xbffff50c, offset_p=0xbffff508)
#2  0x0804e26a in __throw ()
#3  0x400669df in std::__throw_out_of_range(char const*) (
    __s=0x8055076 "basic_string::_M_check")
    at ../../../../gcc/libstdc++-v3/src/functexcept.cc:74
#4  0x080519d6 in std::string::_M_check(unsigned) const (this=0xbffff6cc, 
    __pos=1)
    at /home/peter/egcs/gcc/libstdc++-v3/include/bits/basic_string.h:267
#5  0x08050fb4 in std::string::append(std::string const&, unsigned, unsigned) (
    this=0xbffff6bc, __str=@0xbffff6cc, __pos=1, __n=0)
    at /home/peter/egcs/gcc/libstdc++-v3/include/bits/basic_string.tcc:500
#6  0x0804e618 in test01() ()
    at /home/peter/egcs/gcc/libstdc++-v3/testsuite/21_strings/append.cc:46
#7  0x0804f09b in main ()
    at /home/peter/egcs/gcc/libstdc++-v3/testsuite/21_strings/append.cc:162
#8  0x400bfbaf in __libc_start_main () from /lib/libc.so.6
(gdb)


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