forked from XUANTIE-RV/gcc
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Sep 12, 2024
1 parent
2003f89
commit 78a08bf
Showing
2 changed files
with
22 additions
and
1 deletion.
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 +1 @@ | ||
20240911 | ||
20240912 |
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,24 @@ | ||
2024-09-11 Jonathan Wakely <[email protected]> | ||
|
||
Backported from master: | ||
2024-09-10 Jonathan Wakely <[email protected]> | ||
|
||
PR libstdc++/116159 | ||
* include/std/iostream (ios_base_library_init): Only define for | ||
ELF targets. | ||
* src/c++98/ios_init.cc (ios_base_library_init): Likewise. | ||
|
||
2024-09-11 Jonathan Wakely <[email protected]> | ||
|
||
Backported from master: | ||
2024-09-10 Jonathan Wakely <[email protected]> | ||
|
||
PR libstdc++/116641 | ||
* include/bits/basic_string.h (operator=(basic_string&&)): Call | ||
_M_assign instead of assign. | ||
* testsuite/21_strings/basic_string/allocator/116641.cc: New | ||
test. | ||
|
||
2024-09-10 Jonathan Wakely <[email protected]> | ||
|
||
Backported from master: | ||
|