Daily bump.
This commit is contained in:
parent
3de12cc548
commit
0dcb572c08
@ -1 +1 @@
|
||||
20200614
|
||||
20200615
|
||||
|
@ -1,3 +1,10 @@
|
||||
2020-06-14 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* expr.cc (ExprVisitor::visit (AssocArrayLiteralExp *)): Fix line
|
||||
lengths, no functional change.
|
||||
* typeinfo.cc (TypeInfoVisitor::layout_interfaces): Likewise.
|
||||
(layout_classinfo_interfaces): Likewise.
|
||||
|
||||
2020-06-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* dmd/MERGE: Merge upstream dmd 13d67c575.
|
||||
|
@ -1,3 +1,30 @@
|
||||
2020-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/42122
|
||||
* dump-parse-tree.c (gfc_dump_global_symbols): If the symroot is
|
||||
empty, just output "empty".
|
||||
|
||||
2020-06-14 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95088
|
||||
* class.c (get_unique_type_string): Replace use of fixed size
|
||||
buffer by internally passing a pointer to strings.
|
||||
|
||||
2020-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
* check.c (gfc_check_random_seed): Always use locations
|
||||
from get and put arguments for error messages.
|
||||
|
||||
2020-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/94109
|
||||
* class.c (finalize_component): Return early if finalization has
|
||||
already happened for expression and component within namespace.
|
||||
* gfortran.h (gfc_was_finalized): New type.
|
||||
(gfc_namespace): Add member was_finalzed.
|
||||
(gfc_expr): Remove finalized.
|
||||
* symbol.c (gfc_free_namespace): Free was_finalized.
|
||||
|
||||
2020-06-11 Harald Anlauf <anlauf@gmx.de>
|
||||
Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
2020-06-14 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95088
|
||||
* gfortran.dg/pr95088.f90: New file.
|
||||
|
||||
2020-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/random_seed_4.f90: New test.
|
||||
|
||||
2020-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/94109
|
||||
* gfortran.dg/finalize_34.f90: Adjust free counts.
|
||||
* gfortran.dg/finalize_36.f90: New test.
|
||||
|
||||
2020-06-14 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
PR testsuite/95575
|
||||
* lib/gdc-utils.exp (gdc-do-test): Re-add $subdir link and inclusion
|
||||
in filename.
|
||||
|
||||
2020-06-13 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* gcc.dg/builtin-stringop-chk-5.c: Make assertions independent of
|
||||
|
Loading…
x
Reference in New Issue
Block a user