From: GCC Administrator Date: Wed, 15 Sep 2021 00:18:10 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.3.0~900 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a6a100046e847272bd65178567f315bdd14f99;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e42721e652e5..5e5eae81003f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2021-09-14 Pat Haugen + + * config/rs6000/rs6000.c (is_load_insn1): Verify destination is a + register. + (is_store_insn1): Verify source is a register. + +2021-09-14 Xionghu Luo + + PR target/97142 + * config/rs6000/rs6000.md (fmod3): New define_expand. + (remainder3): Likewise. + 2021-09-08 Jonathan Wakely Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d0d660493dfe..5de3919d1746 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210914 +20210915 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 56800844687e..07ad12689233 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,38 @@ +2021-09-14 Eric Botcazou + + PR ada/101970 + * exp_attr.adb (Expand_N_Attribute_Reference) : + Use an unchecked conversion instead of a regular conversion in the + enumeration case and remove Conversion_OK flag in the integer case. + : Remove superfluous test. + +2021-09-14 Eric Botcazou + + * gcc-interface/decl.c (validate_size): Do not issue an error if the + old size has overflowed. + +2021-09-14 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_entity): For vector types, make + the representative array the debug type. + +2021-09-14 Eric Botcazou + + * gcc-interface/utils.c (update_pointer_to): Set TYPE_CANONICAL on + pointer and reference types. + +2021-09-14 Eric Botcazou + + * gcc-interface/utils.c (can_materialize_object_renaming_p): Do not + call UI_Is_In_Int_Range on the result of Normalized_First_Bit. + +2021-09-14 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_entity) : Declare new + constant. Adjust error message issued by validate_size in the case + of by-reference types. + (validate_size): Always use the error strings passed by the caller. + 2021-07-28 Release Manager * GCC 11.2.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 68fe8f6b66d7..8f5111f579c3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2021-09-14 Eric Botcazou + + * gnat.dg/enum_rep2.adb: New test. + +2021-09-14 Xionghu Luo + + PR target/97142 + * gcc.target/powerpc/pr97142.c: New test. + (cherry-picked from 546ecb0054af302acf0839c7f3eb78598f8c0672) + 2021-09-12 Iain Buclaw Backported from master: