+2022-09-19 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
+
+ * targhooks.cc (default_zero_call_used_regs): Improve sorry
+ message.
+
2022-09-18 Julian Brown <julian@codesourcery.com>
* gimplify.cc (omp_segregate_mapping_groups): Update comment.
+2022-09-19 Marek Polacek <polacek@redhat.com>
+
+ PR c/106947
+ * c-typeck.cc (maybe_warn_for_null_address): Don't emit stray
+ notes.
+
2022-09-15 Richard Biener <rguenther@suse.de>
* c-decl.cc (build_void_list_node): Remove.
+2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * libgfortran.h: Declare GFC_FPE_AWAY.
+
2022-09-15 Harald Anlauf <anlauf@gmx.de>
PR fortran/106857
+2022-09-19 Marek Polacek <polacek@redhat.com>
+
+ PR c/106947
+ * c-c++-common/Waddress-7.c: New test.
+
+2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * gfortran.dg/ieee/modes_1.f90: New test.
+
+2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * gfortran.dg/ieee/rounding_2.f90: New test.
+
2022-09-18 Julian Brown <julian@codesourcery.com>
* g++.dg/gomp/target-lambda-1.C: Adjust expected scan output.
+2022-09-19 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/99184
+ * libf7-asm.sx (to_integer, to_unsigned): Don't round 16-bit
+ and 32-bit integers.
+
2020-06-23 David Edelsohn <dje.gcc@gmail.com>
* t-libf7: Use -include.
+2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * ieee/ieee_exceptions.F90: Add IEEE_MODES_TYPE, IEEE_GET_MODES
+ and IEEE_SET_MODES.
+ * ieee/ieee_arithmetic.F90: Make them public in IEEE_ARITHMETIC
+ as well.
+
+2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * ieee/ieee_arithmetic.F90: Add RADIX argument to
+ IEEE_SET_ROUNDING_MODE and IEEE_GET_ROUNDING_MODE.
+ * config/fpu-387.h: Add IEEE_AWAY mode.
+ * config/fpu-aarch64.h: Add IEEE_AWAY mode.
+ * config/fpu-aix.h: Add IEEE_AWAY mode.
+ * config/fpu-generic.h: Add IEEE_AWAY mode.
+ * config/fpu-glibc.h: Add IEEE_AWAY mode.
+ * config/fpu-sysv.h: Add IEEE_AWAY mode.
+
2022-09-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/95644