Daily bump.

This commit is contained in:
GCC Administrator 2023-05-21 00:20:33 +00:00
parent 1c54f35e65
commit 059bef69e2
3 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2023-05-20 Triffid Hunter <triffid.hunter@gmail.com>
PR target/105753
Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
* config/avr/avr.md (divmodpsi, udivmodpsi, divmodsi, udivmodsi):
Remove superfluous "parallel" in insn pattern.
([u]divmod<mode>4): Tidy code. Use gcc_unreachable() instead of
printing error text to assembly.
2023-05-19 Andreas Schwab <schwab@suse.de>
* config/riscv/linux.h (LIB_SPEC): Don't redefine.

View File

@ -1 +1 @@
20230520
20230521

View File

@ -1,3 +1,9 @@
2023-05-20 Triffid Hunter <triffid.hunter@gmail.com>
PR target/105753
Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
* gcc.target/avr/torture/pr105753.c: New test.
2023-05-19 Patrick Palka <ppalka@redhat.com>
Backported from master: