-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dec 30, 2024
1 parent
7cea821
commit 4bbf650
Showing
5 changed files
with
45 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,3 +1,22 @@ | ||
2024-12-29 Jeff Law <[email protected]> | ||
|
||
PR target/116715 | ||
* config/riscv/bitmanip.md: Drop bogus pattern. | ||
|
||
2024-12-29 John David Anglin <[email protected]> | ||
|
||
PR target/118121 | ||
* configure.ac: Check for mkstemps declaration. | ||
* configure: Regenerate. | ||
* config.in: Regenerate. | ||
|
||
2024-12-29 Jeff Law <[email protected]> | ||
|
||
PR target/116720 | ||
* config/riscv/thead.cc (th_mempair_operands_p): Test for | ||
aligned memory after swapping operands. Simplify test for | ||
first memory access as well. | ||
|
||
2024-12-28 Jakub Jelinek <[email protected]> | ||
|
||
PR tree-optimization/118207 | ||
|
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 @@ | ||
20241229 | ||
20241230 |
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,13 @@ | ||
2024-12-29 Jeff Law <[email protected]> | ||
|
||
PR target/116715 | ||
* gcc.target/riscv/pr116715.c: New test. | ||
|
||
2024-12-29 Jeff Law <[email protected]> | ||
|
||
PR target/116720 | ||
* gcc.target/riscv/pr116720.c: New test. | ||
|
||
2024-12-29 Nathaniel Shead <[email protected]> | ||
|
||
PR c++/106221 | ||
|
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,7 @@ | ||
2024-12-29 John David Anglin <[email protected]> | ||
|
||
* libiberty.h (mkstemps): Declare | ||
|
||
2024-11-23 Jakub Jelinek <[email protected]> | ||
|
||
* dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran23 | ||
|
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,14 @@ | ||
2024-12-29 Gerald Pfeifer <[email protected]> | ||
|
||
* doc/html/manual/profile_mode_diagnostics.html: Delete. | ||
|
||
2024-12-29 Hans-Peter Nilsson <[email protected]> | ||
|
||
* testsuite/std/time/year_month_day/3.cc (test01): Add ifdeffery to | ||
limit the tested dates. For simulators, pass start and end dates | ||
limiting the tested range to 100000 days, centered on days (0). | ||
* testsuite/std/time/year_month_day/4.cc: Ditto. | ||
|
||
2024-12-28 Jakub Jelinek <[email protected]> | ||
|
||
PR libstdc++/118196 | ||
|