+2023-01-30 Andrew MacLeod <amacleod@redhat.com>
+
+ PR tree-optimization/108306
+ * range-op.cc (operator_lshift::fold_range): Return [0, 0] not
+ varying for shifts that are always out of void range.
+ (operator_rshift::fold_range): Return [0, 0] not
+ varying for shifts that are always out of void range.
+
+2023-01-30 liuhongt <hongtao.liu@intel.com>
+
+ * config/i386/i386.opt: Change AVX512FP16 to AVX512-FP16.
+ * doc/invoke.texi: Ditto.
+
2023-01-29 Jan Hubicka <jh@suse.cz>
Backported from master:
+2023-01-30 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2023-01-27 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/108558
+ * trans-openmp.cc (gfc_split_omp_clauses): Handle has_device_addr.
+
2023-01-28 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2023-01-30 Andrew MacLeod <amacleod@redhat.com>
+
+ PR tree-optimization/108306
+ * gcc.dg/pr108306.c: New.
+
2023-01-28 Tejas Joshi <TejasSanjay.Joshi@amd.com>
Backported from master:
+2023-01-30 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2023-01-27 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/108558
+ * testsuite/libgomp.fortran/has_device_addr.f90: New test.
+
2022-11-03 Jakub Jelinek <jakub@redhat.com>
Backported from master: