-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2014-11-11 François Dumont <[email protected]>
PR libstdc++/61107 * include/bits/stl_algo.h (__inplace_stable_partition): Delete. (__stable_partition_adaptive): Return __first if range length is 1. (__stable_partition): Adapt. * testsuite/util/testsuite_new_operators.h: New. * testsuite/25_algorithms/stable_sort/1.cc: Test algo in simulated constraint memory context. * testsuite/25_algorithms/inplace_merge/1.cc: Likewise. * testsuite/25_algorithms/stable_partition/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217370 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
fdumont
committed
Nov 11, 2014
1 parent
7c40780
commit abad5ed
Showing
6 changed files
with
189 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2014-11-11 François Dumont <[email protected]> | ||
|
||
PR libstdc++/61107 | ||
* include/bits/stl_algo.h (__inplace_stable_partition): Delete. | ||
(__stable_partition_adaptive): Return __first if range length is 1. | ||
(__stable_partition): Adapt. | ||
* testsuite/util/testsuite_new_operators.h: New. | ||
* testsuite/25_algorithms/stable_sort/1.cc: Test algo in simulated | ||
constraint memory context. | ||
* testsuite/25_algorithms/inplace_merge/1.cc: Likewise. | ||
* testsuite/25_algorithms/stable_partition/1.cc: Likewise. | ||
|
||
2014-11-11 Francois-Xavier Coudert <[email protected]> | ||
|
||
PR target/63610 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.