diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cbaf73ddcd8..847b69e71d8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2007-10-30 Benjamin Kosnik + + *docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: + Correct filename. + *docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same. + *docs/html/ext/pb_ds/ + multimap_text_insert_mem_usage_test_small.html: Same. + *docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same. + *docs/html/ext/pb_ds/ + multimap_text_insert_mem_usage_test_large.html: Same. + *docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same. + +2007-10-30 Benjamin Kosnik + + *include/Makefile.am (PCHFLAGS): Remove -Wno-deprecated. + *include/Makefile.in: Regenerate. + + *include/std/memory: Remove extraneous include. + 2007-10-29 Benjamin Kosnik * include/bits/c++config (_GLIBCXX_DEPRECATED, diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html index e3b1a2cd6bc..c24acdcf248 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html @@ -28,7 +28,7 @@ finds the secondary key from a container obtained from finding a primary key. For the native multimaps, it searches a range obtained using std::equal_range on a primary key.

-

(The test was executed with multimap_text_find_timing_test +

(The test was executed with multimap_text_find_timing_test thirty_years_among_the_dead_preproc.txt 100 3 4 4)

Purpose

The test checks the find-time scalability of different diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html index cec52ff8090..5c0b57706d5 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html @@ -28,7 +28,7 @@ finds the secondary key from a container obtained from finding a primary key. For the native multimaps, it searches a range obtained using std::equal_range on a primary key.

-

(The test was executed with multimap_text_find_timing_test +

(The test was executed with multimap_text_find_timing_test thirty_years_among_the_dead_preproc.txt 400 1 1 6)

Purpose

The test checks the find-time scalability of different diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html index 00d4146d7dc..c4b1df5c301 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html @@ -23,7 +23,7 @@ Containers::Alternative to Multiple Equivalent Keys). There are 100 distinct primary keys. The test measures the memory use as a function of the number of values inserted.

-

(The test was executed with multimap_text_insert_mem_usage_test +

(The test was executed with multimap_text_insert_mem_usage_test thirty_years_among_the_dead_preproc.txt 100 200 2100 100)

Purpose

The test checks the memory scalability of different diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html index 63ec4a9c9db..7b710f309eb 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html @@ -25,7 +25,7 @@ to primary keys ranges to about 20.

The test measures the memory use as a function of the number of values inserted.

-

(The test was executed with multimap_text_insert_mem_usage_test +

(The test was executed with multimap_text_insert_mem_usage_test thirty_years_among_the_dead_preproc.txt 100 3 4 4)

Purpose

The test checks the memory scalability of different diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html index 770bae9bd64..ecdf2a49708 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html @@ -25,7 +25,7 @@ to primary keys ranges to about 20.

The test measures the memory use as a function of the number of values inserted.

-

(The test was executed with multimap_text_insert_mem_usage_test +

(The test was executed with multimap_text_insert_mem_usage_test thirty_years_among_the_dead_preproc.txt 400 1 6 6)

Purpose

The test checks the insert-time scalability of different diff --git a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html index bf9ff30b364..ae0bd0bb36b 100644 --- a/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html +++ b/libstdc++-v3/docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html @@ -30,7 +30,7 @@ container. For the native multimaps, it obtains a range using std::equal_range, and inserts a value only if it was not contained already.

-

(The test was executed with multimap_text_insert_timing_test +

(The test was executed with multimap_text_insert_timing_test thirty_years_among_the_dead_preproc.txt 400 1 1 6)

Purpose

The test checks the insert-time scalability of different diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index b3d12571097..c17d04f35e7 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -831,7 +831,7 @@ pch_output_dirs = \ ${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir} pch_output_anchors = \ ${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor} -PCHFLAGS=-Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS) +PCHFLAGS=-Winvalid-pch -x c++-header $(CXXFLAGS) if GLIBCXX_BUILD_PCH pch_build = ${pch_output} else diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 5a70ed136e8..f2e86ade256 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -1063,7 +1063,7 @@ pch_output_dirs = \ pch_output_anchors = \ ${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor} -PCHFLAGS = -Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS) +PCHFLAGS = -Winvalid-pch -x c++-header $(CXXFLAGS) @GLIBCXX_BUILD_PCH_FALSE@pch_build = @GLIBCXX_BUILD_PCH_TRUE@pch_build = ${pch_output} diff --git a/libstdc++-v3/include/std/memory b/libstdc++-v3/include/std/memory index 39f72563d17..58bfae0ec8c 100644 --- a/libstdc++-v3/include/std/memory +++ b/libstdc++-v3/include/std/memory @@ -64,7 +64,6 @@ # endif # include // std::exception # include // std::type_info in get_deleter -# include // std::swap # include // std::basic_ostream # include # include