Daily bump.

This commit is contained in:
GCC Administrator 2021-06-28 00:16:30 +00:00
parent 37ad257c06
commit a766c79fc6
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2021-06-27 Andrew Pinski <apinski@marvell.com>
PR middle-end/101230
* fold-const.c (fold_ternary_loc): Check
the return value of invert_tree_comparison.
2021-06-27 David Edelsohn <dje.gcc@gmail.com>
* config.gcc: Add SPDX License Identifier.
(powerpc-ibm-aix789): Default to aix73.h.
(powerpc-ibm-aix7.2.*.*): New stanza.
* config/rs6000/aix72.h: Add SPDX License Identifier.
* config/rs6000/aix73.h: New file.
2021-06-26 Jason Merrill <jason@redhat.com>
* except.c: #include "dwarf2.h" instead of "dwarf2out.h".

View File

@ -1 +1 @@
20210627
20210628

View File

@ -1,3 +1,7 @@
2021-06-27 Andrew Pinski <apinski@marvell.com>
* gcc.dg/torture/pr101230-1.c: New test.
2021-06-26 Patrick Palka <ppalka@redhat.com>
PR c++/96204