]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Sep 2024 00:16:55 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Sep 2024 00:16:55 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 64234f829b73b1172fba1823efb792042dff87b7..55333b6ebfdcdb792db986dd78368fb4e6d30f72 100644 (file)
@@ -1,3 +1,14 @@
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116534
+       * fold-const.cc (operand_compare::operand_equal_p): If either
+       field's DECL_FIELD_OFFSET is null, compare the fields with ==.
+
+2024-09-17  Jennifer Schmitz  <jschmitz@nvidia.com>
+
+       * config/aarch64/aarch64-sve-builtins-base.cc (svdiv_impl::fold):
+       Add folding of all-zero operands to zero vector.
+
 2024-09-16  Pengxuan Zheng  <quic_pzheng@quicinc.com>
 
        PR target/113328
index 9fc61c92b8cf45cac26607bac8d2cd82c87cc7ed..6d5458fa1600c62633b2323034d2ba43821da725 100644 (file)
@@ -1 +1 @@
-20240917
+20240918
index 847e3f9b1c05129a2fceb0c9a958e12d07f92fb3..43f8ae62d6245942ee3a1b43c3741b64ee04b2b8 100644 (file)
@@ -1,3 +1,15 @@
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116741
+       * constexpr.cc (cxx_eval_constant_expression) <case CONVERT_EXPR>: If
+       the result of build_fold_indirect_ref is a COMPONENT_REF, use its op1.
+       Check DECL_P before calling inform.
+
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116676
+       * constexpr.cc (maybe_warn_about_constant_value): Check DECL_NAME.
+
 2024-09-15  Jason Merrill  <jason@redhat.com>
 
        * parser.cc (cp_parser_unary_expression) [RID_EXTENSION]: Also
index 5836e3e19a4a3b72404d8a7dbcea8a8f35950eb4..9d9c049fcb4af2d9e7ee2fdd322ea9d0575c89b3 100644 (file)
@@ -1,3 +1,24 @@
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116741
+       * g++.dg/cpp26/constexpr-voidptr4.C: New test.
+
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116534
+       * g++.dg/warn/Wtautological-compare4.C: New test.
+
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116676
+       * g++.dg/cpp1z/constexpr-116676.C: New test.
+
+2024-09-17  Jennifer Schmitz  <jschmitz@nvidia.com>
+
+       * gcc.target/aarch64/sve/fold_div_zero.c: New test.
+       * gcc.target/aarch64/sve/const_fold_div_1.c: Adjust expected
+       outcome.
+
 2024-09-16  Pengxuan Zheng  <quic_pzheng@quicinc.com>
 
        PR target/113328