Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Apr 2023 00:16:31 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Apr 2023 00:16:31 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/m2/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog

index 50cdb4032c94f531d68c0c318a6912503e494744..4e0d745c74eff57567e79a0706c0d2aa689d7650 100644 (file)
@@ -1,3 +1,33 @@
+2023-04-03  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/109303
+       * ipa-prop.cc (determine_known_aggregate_parts): Check that the
+       offset + size will be representable in unsigned int.
+
+2023-04-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (ZSTD_LIB): Move before zstd.h check.
+       Unset gcc_cv_header_zstd_h without libzstd.
+       * configure: Regenerate.
+
+2023-04-03  Martin Liska  <mliska@suse.cz>
+
+       * doc/invoke.texi: Document new param.
+
+2023-04-03  Cupertino Miranda  <cupertino.miranda@oracle.com>
+
+       * doc/sourcebuild.texi (const_volatile_readonly_section): Document
+       new check_effective_target function.
+
+2023-04-03  Li Xu  <xuli1@eswincomputing.com>
+
+       * config/riscv/riscv-vector-builtins.def (vuint32m8_t): Fix typo.
+       (vfloat32m8_t): Likewise
+
+2023-04-03  liuhongt  <hongtao.liu@intel.com>
+
+       * doc/md.texi: Document signbitm2.
+
 2023-04-02  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
            kito-cheng  <kito.cheng@sifive.com>
 
index a77ceb4df4ddd4b1a79ed24c34eadf3627b1d535..8ddc41d9cfcf4f976fb1c947e2979d1170ee041a 100644 (file)
@@ -1 +1 @@
-20230403
+20230404
index de9c3df51d944d9f2aa861c5a4d1ee49857dae70..5fe0bcff50516dfd2073d4d7abe8a75bdb72369a 100644 (file)
@@ -1,3 +1,9 @@
+2023-04-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109300
+       * decl.cc (cp_finish_decl): Diagnose ordinary auto deduction
+       with no initializer, instead of asserting.
+
 2023-04-01  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/109160
index 9e7d43db3362f225d17850c246bf51aadb11d3ae..607748c8257eb5bb8a1c8b5ce8857569d983f3c4 100644 (file)
@@ -1,3 +1,16 @@
+2023-04-03  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/109388
+       * gm2-compiler/M2GCCDeclare.mod (DoVariableDeclaration):
+       Remove second parameter module.  Adjust all callers to
+       remove the second parameter.
+       * gm2-compiler/PHBuild.bnf (CheckAndInsert): Remove.
+       (InStopSet): Remove.
+       (PeepToken): Remove.
+       (PushQualident): Remove.
+       (SimpleDes): Remove.
+       (ActualParameters): Remove.
+
 2023-04-02  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/109336
index 9f01ee6349b3f277c871412f9b47b8acc8e67760..f892db5b10ab116e989480572116a15c5a1b7c08 100644 (file)
@@ -1,3 +1,7 @@
+2023-04-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * sv.po: Update.
+
 2023-03-28  Joseph Myers  <joseph@codesourcery.com>
 
        * de.po: Update.
index 8f5d5308cb9894c6893851b5fb36f90a546b5314..a4e7ece6e77b5950e37c47060c5b2f78c747bda8 100644 (file)
@@ -1,3 +1,20 @@
+2023-04-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109300
+       * g++.dg/cpp1y/var-templ79.C: New test.
+
+2023-04-03  Jakub Jelinek  <jakub@redhat.com>
+           Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/109303
+       * gcc.dg/pr109303.c: New test.
+
+2023-04-03  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       PR target/102146
+       * gcc.target/powerpc/pr56605.c: Modify the match pattern for dump
+       scan.
+
 2023-04-02  John David Anglin  <danglin@gcc.gnu.org>
 
        PR target/109375