Daily bump.

This commit is contained in:
GCC Administrator 2022-07-17 00:19:13 +00:00
parent c1b0037bcc
commit 57f51070d0
3 changed files with 18 additions and 1 deletions

View File

@ -1 +1 @@
20220716
20220717

View File

@ -1,3 +1,12 @@
2022-07-16 Steve Kargl <kargl@gcc.gnu.org>
Backported from master:
2022-07-15 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/104313
* trans-decl.cc (gfc_generate_return): Do not generate conflicting
fake results for functions with no result variable under -ff2c.
2022-07-03 Harald Anlauf <anlauf@gmx.de>
Backported from master:

View File

@ -1,3 +1,11 @@
2022-07-16 Steve Kargl <kargl@gcc.gnu.org>
Backported from master:
2022-07-15 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/104313
* gfortran.dg/pr104313.f: New test.
2022-07-14 Surya Kumari Jangala <jskumari@linux.vnet.ibm.com>
Backported from master: