Daily bump.

This commit is contained in:
GCC Administrator
2023-06-04 00:20:45 +00:00
parent bedb3eb533
commit 4397517b14
4 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
20230603
20230604
+10
View File
@@ -1,3 +1,13 @@
2023-06-03 Steve Kargl <kargl@gcc.gnu.org>
Backported from master:
2023-06-02 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/100607
* resolve.cc (resolve_select_rank): Remove duplicate error.
(resolve_fl_var_and_proc): Prevent NULL pointer dereference and
suppress error message for temporary.
2023-05-18 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+8
View File
@@ -1,3 +1,11 @@
2023-06-03 Steve Kargl <kargl@gcc.gnu.org>
Backported from master:
2023-06-02 Steve Kargl <kargl@gcc.gnu.org>
PR fortran/100607
* gfortran.dg/select_rank_6.f90: New test.
2023-05-30 Christophe Lyon <christophe.lyon@linaro.org>
Backported from master:
+10
View File
@@ -1,3 +1,13 @@
2023-06-03 Thomas Neumann <tneumann@users.sourceforge.net>
PR libgcc/109670
* unwind-dw2-fde.c: Fix radix sort buffer management.
2023-06-03 Thomas Neumann <tneumann@users.sourceforge.net>
PR libgcc/109685
* unwind-dw2-fde.c: Free sort array in atomic fast path.
2023-05-21 Iain Sandoe <iain@sandoe.co.uk>
Backported from master: