+2023-02-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/108819
+ * tree-ssa-reassoc.cc (update_ops): Fold new stmt in place.
+
+2023-02-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/108832
+ * config/i386/i386-protos.h (ix86_replace_reg_with_reg): Declare.
+ * config/i386/i386-expand.cc (ix86_replace_reg_with_reg): New
+ function.
+ * config/i386/i386.md: Replace replace_rtx calls in all peephole2s
+ with ix86_replace_reg_with_reg.
+
+2023-02-18 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/invoke.texi (AVR Options): Update link to AVR-LibC.
+
+2023-02-18 Xi Ruoyao <xry111@xry111.site>
+
+ * config.gcc (triplet_abi): Set its value based on $with_abi,
+ instead of $target.
+ (la_canonical_triplet): Set it after $triplet_abi is set
+ correctly.
+ * config/loongarch/t-linux (MULTILIB_OSDIRNAMES): Make the
+ multiarch tuple for lp64d "loongarch64-linux-gnu" (without
+ "f64" suffix).
+
+2023-02-18 Andrew Pinski <apinski@marvell.com>
+
+ * match.pd: Remove #if GIMPLE around the
+ "1 - a" pattern
+
+2023-02-18 Andrew Pinski <apinski@marvell.com>
+
+ * value-query.h (get_range_query): Return the global ranges
+ for a nullptr func.
+
2023-02-17 Siddhesh Poyarekar <siddhesh@gotplt.org>
* doc/invoke.texi (@item -Wall): Fix typo in
+2023-02-18 Martin Uecker <uecker@tugraz.at>
+
+ PR c/105660
+ * c-attribs.cc (append_access_attr): Use order of arguments when
+ construction string.
+ (append_access_attr_idxs): Rename and make static.
+ * c-warn.cc (warn_parm_array_mismatch): Add assertion.
+
2023-02-16 Patrick Palka <ppalka@redhat.com>
* c-common.h: Mechanically drop static from static inline
+2023-02-18 Martin Uecker <uecker@tugraz.at>
+
+ PR c/108375
+ * c-decl.cc (decl_jump_unsafe): Use c_type_variably_modified_p.
+ (diagnose_mismatched_decl): Dito.
+ (warn_about_goto): Dito:
+ (c_check_switch_jump_warnings): Dito.
+ (finish_decl): Dito.
+ (finish_struct): Dito.
+ (grokdeclarator): Set C_TYPE_VARIABLY_MODIFIED.
+ (finish_struct): Set C_TYPE_VARIABLY_MODIFIED.
+ * c-objc-common.cc (c_var_mod_p): New function.
+ (c_var_unspec_p): Remove.
+ * c-objc-common.h: Set lang hook.
+ * c-parser.cc (c_parser_declararion_or_fndef): Use c_type_variably_modified_p.
+ (c_parser_typeof_specifier): Dito.
+ (c_parser_has_attribute_expression): Dito.
+ (c_parser_generic_selection): Dito.
+ * c-tree.h: Define C_TYPE_VARIABLY_MODIFIED and define c_var_mode_p.
+ * c-typeck.cc: Remove c_vla_mod_p and use C_TYPE_VARIABLY_MODIFIED.
+
2023-02-16 Patrick Palka <ppalka@redhat.com>
* c-parser.h: Mechanically drop static from static inline
+2023-02-18 Jason Merrill <jason@redhat.com>
+
+ DR 2518
+ PR c++/52809
+ PR c++/53638
+ PR c++/87389
+ PR c++/89741
+ PR c++/92099
+ PR c++/104041
+ PR c++/104691
+ * semantics.cc (finish_static_assert): Don't diagnose in
+ template context.
+
2023-02-17 Patrick Palka <ppalka@redhat.com>
PR c++/108243
+2023-02-18 Jason Merrill <jason@redhat.com>
+
+ DR 2518
+ PR c++/52809
+ PR c++/53638
+ PR c++/87389
+ PR c++/89741
+ PR c++/92099
+ PR c++/104041
+ PR c++/104691
+ * g++.dg/DRs/dr2518.C: New test.
+
+2023-02-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/108819
+ * gcc.dg/pr108819.c: New test.
+
+2023-02-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/108832
+ * gcc.target/i386/pr108832.c: New test.
+
+2023-02-18 Martin Uecker <uecker@tugraz.at>
+
+ PR c/108375
+ * gcc.dg/pr108375-1.c: New test.
+ * gcc.dg/pr108375-2.c: New test.
+
+2023-02-18 Martin Uecker <uecker@tugraz.at>
+
+ PR c/105660
+ PR c/105660
+ * gcc.dg/pr105660-1.c: New test.
+ * gcc.dg/pr105660-2.c: New test.
+
2023-02-17 Patrick Palka <ppalka@redhat.com>
PR c++/108243
+2023-02-18 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/faq.xml: Switch two links to www.open-std.org to https.
+ * doc/html/faq.html: Regenerate.
+
2023-02-16 Matthias Kretz <m.kretz@gsi.de>
* include/experimental/bits/simd_math.h (__hypot): Bitcasting