]> gcc.gnu.org Git - gcc.git/blob - gcc/fortran/ChangeLog
Daily bump.
[gcc.git] / gcc / fortran / ChangeLog
1 2023-01-19 Harald Anlauf <anlauf@gmx.de>
2
3 PR fortran/108434
4 * expr.cc (class_allocatable): Prevent NULL pointer dereference
5 or invalid read.
6 (class_pointer): Likewise.
7
8 2023-01-17 Harald Anlauf <anlauf@gmx.de>
9
10 PR fortran/108421
11 * interface.cc (get_expr_storage_size): Check that we actually have
12 an integer value before trying to extract it with mpz_get_si.
13
14 2023-01-12 Tobias Burnus <tobias@codesourcery.com>
15
16 PR fortran/107706
17 * openmp.cc (gfc_resolve_omp_assumptions): Reject nonscalars.
18
19 2023-01-11 Jakub Jelinek <jakub@redhat.com>
20
21 PR fortran/108349
22 * f95-lang.cc (gfc_init_builtin_function): Fix up function types
23 for BUILT_IN_REALLOC and BUILT_IN_SINCOS{F,,L}. Formatting fixes.
24
25 2023-01-10 Harald Anlauf <anlauf@gmx.de>
26
27 PR fortran/97345
28 * frontend-passes.cc (do_subscript): Clear used gmp variables.
29
30 2023-01-02 Jakub Jelinek <jakub@redhat.com>
31
32 * gfortranspec.cc (lang_specific_driver): Update copyright notice
33 dates.
34 * gfc-internals.texi: Bump @copying's copyright year.
35 * gfortran.texi: Ditto.
36 * intrinsic.texi: Ditto.
37 * invoke.texi: Ditto.
38
39 \f
40 Copyright (C) 2023 Free Software Foundation, Inc.
41
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright
44 notice and this notice are preserved.
This page took 0.037142 seconds and 5 git commands to generate.