+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>
+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
+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
+2023-04-03 Joseph Myers <joseph@codesourcery.com>
+
+ * sv.po: Update.
+
2023-03-28 Joseph Myers <joseph@codesourcery.com>
* de.po: Update.
+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