Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Dec 30, 2024
1 parent 7cea821 commit 4bbf650
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 1 deletion.
19 changes: 19 additions & 0 deletions gcc/ChangeLog
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
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241229
20241230
10 changes: 10 additions & 0 deletions gcc/testsuite/ChangeLog
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
Expand Down
4 changes: 4 additions & 0 deletions include/ChangeLog
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
Expand Down
11 changes: 11 additions & 0 deletions libstdc++-v3/ChangeLog
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
Expand Down

0 comments on commit 4bbf650

Please sign in to comment.