]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgfortran/ChangeLog
libgfortran: Fix PR95647 by changing the interfaces of operators .eq. and .ne.
[thirdparty/gcc.git] / libgfortran / ChangeLog
1 2021-02-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2
3 PR libfortran/98825
4 * io/transfer.c (next_record_w): Insert check for seen_dollar and if
5 so, skip issueing next record.
6
7 2021-01-27 Harris Snyder <hsnyder@structura.bio>
8
9 * runtime/ISO_Fortran_binding.c (CFI_establish): fixed
10 strides for rank >2 arrays.
11
12 2021-01-15 Harris Snyder <hsnyder@structura.bio>
13
14 * runtime/ISO_Fortran_binding.c (CFI_establish): Fixed signed
15 char arrays. Signed char or uint8_t arrays would cause
16 crashes unless an element size is specified.
17
18 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
19
20 * configure: Re-generate.
21
22 2021-01-01 Jakub Jelinek <jakub@redhat.com>
23
24 * ChangeLog-2020: Rotate ChangeLog. New file.
25
26 \f
27 Copyright (C) 2021 Free Software Foundation, Inc.
28
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 notice and this notice are preserved.