From: GCC Administrator Date: Wed, 24 May 2023 00:21:56 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.2.0~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78a8c04f500554a85c3fe487d223f5ed5bafb9b6;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f058d2131729..a1b77ba6382b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2023-05-23 Georg-Johann Lay + + * config/avr/avr.cc (avr_insn_cost): New static function. + (TARGET_INSN_COST): Define to that function. + +2023-05-23 Eric Botcazou + + * fold-const.cc (native_encode_initializer) : 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b7d9ba7ed1a4..5b2cd0ee4d11 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230523 +20230524 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a15eb4b39197..2190b241316f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2023-05-23 Eric Botcazou + + * gnat.dg/opt101.adb: New test. + * gnat.dg/opt101_pkg.ads: New helper. + 2023-05-22 Jakub Jelinek Backported from master: