]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgfortran/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libgfortran / ChangeLog
1 2021-03-03 Vittorio Zecca <zeccav@gmail.com>
2 Tobias Burnus <tobias@codesourcery.com>
3
4 PR libfortran/81986
5 * runtime/string.c (gfc_itoa): Cast to unsigned before
6 negating.
7
8 2021-02-12 Steve Kargl <sgk@troutmask.apl.washington.edu>
9
10 PR libfortran/95647
11 * ieee/ieee_arithmetic.F90: Flip interfaces of operators .eq. to
12 == and .ne. to /= .
13
14 2021-02-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
15
16 PR libfortran/98825
17 * io/transfer.c (next_record_w): Insert check for seen_dollar and if
18 so, skip issueing next record.
19
20 2021-01-27 Harris Snyder <hsnyder@structura.bio>
21
22 * runtime/ISO_Fortran_binding.c (CFI_establish): fixed
23 strides for rank >2 arrays.
24
25 2021-01-15 Harris Snyder <hsnyder@structura.bio>
26
27 * runtime/ISO_Fortran_binding.c (CFI_establish): Fixed signed
28 char arrays. Signed char or uint8_t arrays would cause
29 crashes unless an element size is specified.
30
31 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
32
33 * configure: Re-generate.
34
35 2021-01-01 Jakub Jelinek <jakub@redhat.com>
36
37 * ChangeLog-2020: Rotate ChangeLog. New file.
38
39 \f
40 Copyright (C) 2021 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.