Daily bump.
[official-gcc.git] / gcc / fortran / ChangeLog
blobf08b315db57170c746f9284ed4429fb47092ef28
1 2024-01-19  Harald Anlauf  <anlauf@gmx.de>
3         PR fortran/113471
4         * trans-array.cc (array_bound_check_elemental): Array bounds check
5         shall apply here to elemental dimensions of an array section only.
7 2024-01-13  Harald Anlauf  <anlauf@gmx.de>
9         PR fortran/67277
10         * trans-intrinsic.cc (gfc_conv_intrinsic_ishftc): Handle optional
11         dummy argument for SIZE passed to ISHFTC.  Set default value to
12         BIT_SIZE(I) when missing.
14 2024-01-13  Harald Anlauf  <anlauf@gmx.de>
16         PR fortran/113305
17         * gfortran.h (gfc_loop_annot): New.
18         (gfc_iterator, gfc_forall_iterator): Use for annotation control.
19         * array.cc (gfc_copy_iterator): Adjust.
20         * gfortran.texi: Document annotations IVDEP, UNROLL n, VECTOR,
21         NOVECTOR as applied to DO CONCURRENT.
22         * parse.cc (parse_do_block): Parse annotations IVDEP, UNROLL n,
23         VECTOR, NOVECTOR as applied to DO CONCURRENT.  Apply UNROLL only to
24         first loop control variable.
25         * trans-stmt.cc (iter_info): Use gfc_loop_annot.
26         (gfc_trans_simple_do): Adjust.
27         (gfc_trans_forall_loop): Annotate loops with IVDEP, UNROLL n,
28         VECTOR, NOVECTOR as needed for DO CONCURRENT.
29         (gfc_trans_forall_1): Handle loop annotations.
31 2024-01-08  Harald Anlauf  <anlauf@gmx.de>
33         PR fortran/113245
34         * trans-intrinsic.cc (gfc_conv_intrinsic_size): Use
35         gfc_conv_expr_present() for proper check of optional DIM argument.
37 2024-01-06  Harald Anlauf  <anlauf@gmx.de>
38             José Rui Faustino de Sousa  <jrfsousa@gmail.com>
40         PR fortran/96724
41         * iresolve.cc (gfc_resolve_repeat): Force conversion to
42         gfc_charlen_int_kind before call to gfc_multiply.
44 2024-01-04  David Malcolm  <dmalcolm@redhat.com>
46         * lang.opt.urls: New file, autogenerated by
47         regenerate-opt-urls.py.
49 2024-01-03  Harald Anlauf  <anlauf@gmx.de>
51         * trans-types.cc (gfc_get_nodesc_array_type): Clear used gmp
52         variables.
54 2024-01-03  Jakub Jelinek  <jakub@redhat.com>
56         * gfortranspec.cc (lang_specific_driver): Update copyright notice
57         dates.
58         * gfc-internals.texi: Bump @copying's copyright year.
59         * gfortran.texi: Ditto.
60         * intrinsic.texi: Ditto.
61         * invoke.texi: Ditto.
64 Copyright (C) 2024 Free Software Foundation, Inc.
66 Copying and distribution of this file, with or without modification,
67 are permitted in any medium without royalty provided the copyright
68 notice and this notice are preserved.