Daily bump.

This commit is contained in:
GCC Administrator 2021-05-17 00:16:31 +00:00
parent e49ff61d41
commit 1dfb5d8ab5
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2021-05-16 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/arm.h (CPP_SPEC): Remove error message about
-mlittle-endian/-mbig-endian conflict.
2021-05-15 Bill Schmidt <wschmidt@linux.ibm.com>
* config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define

View File

@ -1 +1 @@
20210516
20210517

View File

@ -1,3 +1,16 @@
2021-05-16 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/ext/attrib63.C: Add -Wno-psabi option.
2021-05-16 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/warn/uninit-pr93100.C: Require fsantize support.
2021-05-16 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/unsigned-float.c: Remove arm_fp_ok, adjust
dg-options.
2021-05-15 Bill Schmidt <wschmidt@linux.ibm.com>
* gcc.target/powerpc/rop-1.c: New.