Daily bump.

This commit is contained in:
GCC Administrator 2022-07-04 00:19:07 +00:00
parent d870ce1a11
commit 554fa149a0
4 changed files with 58 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2022-07-03 Roger Sayle <roger@nextmovesoftware.com>
PR target/106122
* config/i386/i386.md (peephole2): Avoid generating pop %esp
when optimizing for size.
2022-07-02 Sergei Trofimovich <siarheit@google.com>
Backported from master:

View File

@ -1 +1 @@
20220703
20220704

View File

@ -1,3 +1,27 @@
2022-07-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-06-30 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/103137
PR fortran/103138
PR fortran/103693
PR fortran/105243
* decl.cc (gfc_match_data_decl): Reject CLASS entity declaration
when it is given the PARAMETER attribute.
2022-07-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-06-29 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/106121
* simplify.cc (gfc_simplify_extends_type_of): Do not attempt to
simplify when one of the arguments is a CLASS variable that was
not properly declared.
2022-06-30 Harald Anlauf <anlauf@gmx.de>
Backported from master:

View File

@ -1,3 +1,30 @@
2022-07-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-06-30 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/103137
PR fortran/103138
PR fortran/103693
PR fortran/105243
* gfortran.dg/class_58.f90: Fix test.
* gfortran.dg/class_73.f90: New test.
2022-07-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2022-06-29 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/106121
* gfortran.dg/extends_type_of_4.f90: New test.
2022-07-03 Roger Sayle <roger@nextmovesoftware.com>
PR target/106122
* gcc.target/i386/pr106122.c: New test case.
2022-07-01 Jason Merrill <jason@redhat.com>
PR c++/105541