Daily bump.

This commit is contained in:
GCC Administrator 2023-05-24 00:21:56 +00:00
parent 0d2ab259bc
commit 78a8c04f50
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2023-05-23 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.cc (avr_insn_cost): New static function.
(TARGET_INSN_COST): Define to that function.
2023-05-23 Eric Botcazou <ebotcazou@adacore.com>
* fold-const.cc (native_encode_initializer) <CONSTRUCTOR>: Apply the
specific treatment for bit-fields only if they have an integral type
and filter out non-integral bit-fields that do not start and end on
a byte boundary.
2023-05-22 Jakub Jelinek <jakub@redhat.com>
Backported from master:

View File

@ -1 +1 @@
20230523
20230524

View File

@ -1,3 +1,8 @@
2023-05-23 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt101.adb: New test.
* gnat.dg/opt101_pkg.ads: New helper.
2023-05-22 Jakub Jelinek <jakub@redhat.com>
Backported from master: