Manually update entries for the Revert Revert commits.

This commit is contained in:
Jakub Jelinek 2024-05-09 13:09:06 +02:00
parent 5fe40f2c65
commit 2790195500
2 changed files with 23 additions and 0 deletions

View file

@ -477,6 +477,18 @@
(Specific, *-*-solaris2*): Document Solaris 11.3 removal. Remove
11.3 references and caveats. Update for 11.4.
2024-05-07 Richard Biener <rguenther@suse.de>
Revert:
2024-04-10 Richard Biener <rguenther@suse.de>
Revert:
2024-03-27 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/101523
* combine.cc (try_combine): Don't do a 2-insn combination if
it does not in fact change I2.
2024-05-07 Andrew Pinski <quic_apinski@quicinc.com>
PR middle-end/97263

View file

@ -94,6 +94,17 @@
* gcc.target/i386/cmov6.c: Fixed.
2024-05-08 Hans-Peter Nilsson <hp@axis.com>
Revert:
2024-04-10 Hans-Peter Nilsson <hp@axis.com>
Revert:
2024-04-05 Hans-Peter Nilsson <hp@axis.com>
* gcc.target/cris/pr93372-2.c: Tweak scan-assembler
checks to cover recent combine improvement.
2024-05-07 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/114856