diff options
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r-- | gcc/fortran/ChangeLog | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1a2129d..e28e704 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -9,7 +9,7 @@ PR fortran/42546 * check.c(gfc_check_allocated): Add comment pointing to ... * intrinsic.c(sort_actual): ... the checking done here. - + 2019-08-05 Steven g. Kargl <kargl@gcc.gnu.org> PR fortran/91372 @@ -19,11 +19,11 @@ 2019-08-04 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/88227 - * check.c (oct2bin): New function. Convert octal string to binary. + * check.c (oct2bin): New function. Convert octal string to binary. (hex2bin): New function. Convert hexidecimal string to binary. (bin2real): New function. Convert binary string to REAL. Use oct2bin and hex2bin. - (gfc_boz2real): Use fallback conversion bin2real. + (gfc_boz2real): Use fallback conversion bin2real. 2019-08-02 Steven G. Kargl <kargl@gcc.gnu.org> @@ -111,11 +111,11 @@ (gfc_check_cmplx): Re-organize to check kind, if present, first. Convert BOZ real and/or imaginary parts as needed in accordance to F2018. - (gfc_check_complex): Use gfc_invalid_boz. Convert BOZ as needed. + (gfc_check_complex): Use gfc_invalid_boz. Convert BOZ as needed. (gfc_check_dcmplx, gfc_check_dble ): Convert BOZ as needed. - (gfc_check_dshift): Make dshift[lr] conform to F2018 standard. + (gfc_check_dshift): Make dshift[lr] conform to F2018 standard. gfc_check_float (gfc_expr *a) - (gfc_check_iand_ieor_ior): Make IAND, IEOR, and IOR conform to + (gfc_check_iand_ieor_ior): Make IAND, IEOR, and IOR conform to F2018 standard. (gfc_check_int): Conform to F2018 standard. (gfc_check_intconv): Deprecate SHORT and LONG aliases for INT2 and @@ -288,7 +288,7 @@ 2019-06-19 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/69499 - * match.c (gfc_match_select_type): SELECT TYPE is an executable + * match.c (gfc_match_select_type): SELECT TYPE is an executable statement, and cannot appear in MODULE or SUBMODULE scope. 2019-06-19 Steven G. Kargl <kargl@gcc.gnu.org> @@ -405,7 +405,7 @@ only checking the reference chain. 2019-06-08 Thomas Koenig <tkoenig@gcc.gnu.org> - Tomáš Trnka <trnka@scm.com> + Tomáš Trnka <trnka@scm.com> PR fortran/90744 * trans-types.c (get_formal_from_actual_arglist): Unset typespec @@ -610,7 +610,7 @@ * module.c (write_module): Initialize module_column before writing module to ensure line break occurs at correct column. -2019-05-01 Dominique d'Humieres <dominiq@gcc.gnu.org> +2019-05-01 Dominique d'Humieres <dominiq@gcc.gnu.org> PR fortran/60144 * match.c (gfc_match_parens): Change the location for missing ')'. @@ -730,7 +730,7 @@ 2019-03-31 Thomas Koenig <tkoenig@gcc.gnu.org> - * dump-parse-tree.c (debug): Add for symbol_attribute *, + * dump-parse-tree.c (debug): Add for symbol_attribute *, symbol_attribute and gfc_ref * arguments. 2019-03-30 Paul Thomas <pault@gcc.gnu.org> @@ -991,7 +991,7 @@ 2019-03-09 Thomas König <tkoenig@gcc.gnu.org> PR fortran/71203 - * decl.c (add_init_expr_to_sym): Add shape if init has none. Add + * decl.c (add_init_expr_to_sym): Add shape if init has none. Add asserts that it has to be an EXPR_ARRAY in this case. 2019-03-08 Jakub Jelinek <jakub@redhat.com> @@ -1054,6 +1054,10 @@ the actual arglist has no expression, the corresponding formal arglist is an alternate return. +2019-02-26 Uroš Bizjak <ubizjak@gmail.com> + + * invoke.texi (-ffpe-trap): Use @var for every item in the list. + 2019-02-26 Jakub Jelinek <jakub@redhat.com> PR fortran/43210 @@ -1086,7 +1090,7 @@ * class.c (find_intrinsic_vtab): Likewise. * simplify.c (gfc_simplify_sizeof): Likewise. -2019-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> +2019-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/84387 * trans-io.c (transfer_expr): Do not return if there are no @@ -1236,7 +1240,7 @@ 2019-02-17 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/71066 - * trans-decl.c (generate_coarray_sym_init): For an array + * trans-decl.c (generate_coarray_sym_init): For an array constructor in a DATA statement of a coarray variable, set the rank to 1 to avoid confusion later on. If the constructor contains only one value, use that for initiailizig. @@ -1422,7 +1426,7 @@ * io.c (match_io_element): input-item cannot be an external function. 2018-01-19 Thomas Koenig <tkoenig@gcc.gnu.org> - Paul Thomas <pault@gcc.gnu.org> + Paul Thomas <pault@gcc.gnu.org> PR fortran/56789 * trans-expr.c (gfc_conv_procedure_call): Call @@ -1578,8 +1582,8 @@ directly build the expected GENERIC tree. 2019-01-07 Thomas Koenig <tkoenig@gcc.gnu.org> - Harald Anlauf <anlauf@gmx.de> - Tobias Burnus <burnus@gcc.gnu.org> + Harald Anlauf <anlauf@gmx.de> + Tobias Burnus <burnus@gcc.gnu.org> PR fortran/45424 * check.c (gfc_check_is_contiguous): New function. |