]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jun 2021 00:18:13 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Jun 2021 00:18:13 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index a74383d0a2209fdf8226cea9c1edd999b4eead93..7611c74fc7b4364a79c0661f87148e39f28b1a28 100644 (file)
@@ -1,3 +1,30 @@
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ipa/99122
+       * tree-inline.c (inline_forbidden_p): Remove test on return type.
+
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * range-op.cc (get_bool_state): Adjust head comment.
+       (operator_not_equal::op1_range): Fix comment.
+       (operator_bitwise_xor::op1_range): Remove call to gcc_unreachable.
+
+2021-06-03  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2021-05-19  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/100333
+       * config/arm/arm.md (nonsecure_call_internal): Always ensure
+       callee's address is in a register.
+
+2021-06-03  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       Backported from master:
+       2021-06-02  Vineet Gupta  <vgupta@synopsys.com>
+
+       * config/arc/arc.h (TARGET_CPU_DEFAULT): Change to hs38_linux.
+
 2021-06-02  Uroš Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (abs<MMXMODEI:mode>2):
index d18547857b149969895f8bd2828c3723fec43acc..8da0c6d18afba3c1299122e3df7a4450496977af 100644 (file)
@@ -1 +1 @@
-20210603
+20210604
index 50201d29d98473c8c7668eab4e9c9ee9e8e450dc..7b7265fd08e9a401f617da4566b11bdae2b35e29 100644 (file)
@@ -1,3 +1,10 @@
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Add PAT
+       local constant and use it throughout.  If it is set, use a ref-all
+       pointer type for the pointer-to-array field of the fat pointer type.
+       <E_Array_Subtype>: Add PAT local constant and use it throughout.
+
 2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Process
index 6c79c6718e07227e01d8ca2c547a5e0114e3c188..fc32a43330f6d7df7f54f0579000fefababf67a2 100644 (file)
@@ -1,3 +1,25 @@
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/bit_packed_array6.adb: New test.
+       * gnat.dg/bit_packed_array6_pkg.ads: New helper.
+
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/inline22.adb: New test.
+
+2021-06-03  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/opt5.ads: New test.
+       * gnat.dg/specs/opt5_pkg.ads: New helper.
+
+2021-06-03  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2021-05-19  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/100333
+       * gcc.target/arm/cmse/pr100333.c: New test.
+
 2021-06-01  Bill Schmidt  <wschmidt@linux.ibm.com>
 
        PR testsuite/100750