]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 13 Mar 2025 00:22:45 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 13 Mar 2025 00:22:45 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index a2876d18ceb6476407bcfbecbeb9f6bddfc2b96f..450c315bb7792c3bad23454e92e34aea225c63fb 100644 (file)
@@ -1 +1 @@
-20250312
+20250313
index a38494f9265d163cc42866a91ec62d96c34780d9..e7fcdb51ad450be487440bb1f8dd74acbc5e15f3 100644 (file)
@@ -1,3 +1,20 @@
+2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/117512
+       * typeck.cc (cp_build_indirect_ref_1): Only do the *&e -> e
+       folding if the result would be an lvalue.
+
+2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/119134
+       * pt.cc (check_for_bare_parameter_packs): Check DECL_CONTEXT.
+
 2025-03-04  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index deffa4a9166db2c2a0bf6c545ef11df3baeef1c0..43d3b33883d13839c15636e4f0d1b5ad6f4b0598 100644 (file)
@@ -1,3 +1,47 @@
+2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/117512
+       * g++.dg/cpp0x/alignas23.C: New test.
+       * g++.dg/ext/align3.C: New test.
+       * g++.dg/ext/align4.C: New test.
+       * g++.dg/ext/align5.C: New test.
+
+2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/119134
+       * g++.dg/cpp2a/lambda-uneval24.C: New test.
+
+2025-03-12  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-03-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_arm_neon_h_ok_nocache): Return zero if
+       check_effective_target_arm_libc_fp_abi_ok reports failure.
+
+2025-03-12  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-03-07  Richard Earnshaw  <rearnsha@arm.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_arm_neon_h_ok_nocache): New function.
+       (check_effective_target_arm_neon_h_ok): Likewise.
+       (add_options_for_arm_neon_h): Likewise.
+       (check_effective_target_arm_libc_fp_abi_ok_nocache): Allow any
+       Arm target, not just arm32.
+       * gcc.target/arm/attr-neon-builtin-fail.c: Use it.
+       * gcc.target/arm/attr-neon-builtin-fail2.c: Likewise.
+       * gcc.target/arm/attr-neon-fp16.c: Likewise.
+       * gcc.target/arm/attr-neon2.c: Likewise.
+
 2025-03-11  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: