]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Mar 2021 00:17:30 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Mar 2021 00:17:30 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index 53abae8f7f656b2b9016b35f145ca93d0185522e..81c32c86f7da5bb834b6b8ead1d170340fc66fea 100644 (file)
@@ -1,3 +1,11 @@
+2021-03-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR c++/90448
+       * calls.c (initialize_argument_information): When the argument
+       is passed by reference, do not make a copy in a thunk only if
+       the argument is already in memory.  Remove redundant test for
+       the case of callee copy.
+
 2021-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64-tuning-flags.def (cse_sve_vl_constants):
index 2bc7b52a84ea8d947516fe88b0e3c0d2065d1caf..3384f6c73254cfd9485dc509c8a0ba8d80630f2a 100644 (file)
@@ -1 +1 @@
-20210309
+20210310