Daily bump.

This commit is contained in:
GCC Administrator 2022-09-20 00:17:49 +00:00
parent 2d9429d5c0
commit 43be56c4c6
7 changed files with 53 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1 +1 @@
20220919
20220920

View File

@ -1,3 +1,9 @@
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.

View File

@ -1,3 +1,7 @@
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

View File

@ -1,3 +1,16 @@
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.

View File

@ -1,3 +1,9 @@
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.

View File

@ -1,3 +1,21 @@
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