45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
2021-03-03 Vittorio Zecca <zeccav@gmail.com>
|
||
Tobias Burnus <tobias@codesourcery.com>
|
||
|
||
PR libfortran/81986
|
||
* runtime/string.c (gfc_itoa): Cast to unsigned before
|
||
negating.
|
||
|
||
2021-02-12 Steve Kargl <sgk@troutmask.apl.washington.edu>
|
||
|
||
PR libfortran/95647
|
||
* ieee/ieee_arithmetic.F90: Flip interfaces of operators .eq. to
|
||
== and .ne. to /= .
|
||
|
||
2021-02-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||
|
||
PR libfortran/98825
|
||
* io/transfer.c (next_record_w): Insert check for seen_dollar and if
|
||
so, skip issueing next record.
|
||
|
||
2021-01-27 Harris Snyder <hsnyder@structura.bio>
|
||
|
||
* runtime/ISO_Fortran_binding.c (CFI_establish): fixed
|
||
strides for rank >2 arrays.
|
||
|
||
2021-01-15 Harris Snyder <hsnyder@structura.bio>
|
||
|
||
* runtime/ISO_Fortran_binding.c (CFI_establish): Fixed signed
|
||
char arrays. Signed char or uint8_t arrays would cause
|
||
crashes unless an element size is specified.
|
||
|
||
2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||
|
||
* configure: Re-generate.
|
||
|
||
2021-01-01 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* ChangeLog-2020: Rotate ChangeLog. New file.
|
||
|
||
|
||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|