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

index c6bd191c3b8991e911e89942fa6a05ea32fb4d4f..014caeab2479b72699ccc334592ea41ae9a9a178 100644 (file)
@@ -1,3 +1,33 @@
+2022-06-12  Simon Wright  <simon@pushface.org>
+
+       PR target/104871
+       * config/darwin-driver.cc (darwin_find_version_from_kernel): If the OS
+       version is darwin20 (macOS 11) or greater, truncate the version to the
+       major number.
+
+2022-06-12  Mark Mentovai  <mark@mentovai.com>
+
+       * config/darwin-c.cc: Make -mmacosx-version-min more future-proof.
+
+2022-06-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR target/96463
+       * config/aarch64/aarch64-sve-builtins-base.cc: Include ssa.h.
+       (svld1rq_impl::fold): Define.
+       * config/aarch64/aarch64.cc (expand_vec_perm_d): Define new members
+       op_mode and op_vec_flags.
+       (aarch64_evpc_reencode): Initialize newd.op_mode and
+       newd.op_vec_flags.
+       (aarch64_evpc_sve_dup): New function.
+       (aarch64_expand_vec_perm_const_1): Gate existing calls to
+       aarch64_evpc_* functions under d->vmode == d->op_mode,
+       and call aarch64_evpc_sve_dup.
+       (aarch64_vectorize_vec_perm_const): Remove assert
+       d->vmode != d->op_mode, and initialize d.op_mode and d.op_vec_flags.
+       * tree-cfg.cc (verify_gimple_assign_ternary): Allow different
+       vector types for lhs and rhs in VEC_PERM_EXPR if rhs3 is
+       constant.
+
 2022-06-11  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
 
        * config/xtensa/xtensa-protos.h (xtensa_constantsynth):
index a520b7a8f325fffe9b4373037c6d32502475ea14..1d9796c2616c5e882e4cff3a9f735d4141235e00 100644 (file)
@@ -1 +1 @@
-20220612
+20220613
index 31317fbeaa634d0f127c56ababb184b1977ac446..d89f3a03324630257c9a2283e42fae0624b5019d 100644 (file)
@@ -1,3 +1,14 @@
+2022-06-12  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * g++.target/xtensa/pr95571.C (__xtensa_libgcc_window_spill):
+       New definition.
+
+2022-06-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR target/96463
+       * gcc.target/aarch64/sve/acle/general/pr96463-1.c: New test.
+       * gcc.target/aarch64/sve/acle/general/pr96463-2.c: Likewise.
+
 2022-06-11  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
 
        * gcc.target/xtensa/constsynth_2insns.c: New.