c++: wrong looser excep spec for dep noexcept [PR113158]
[official-gcc.git] / libgfortran / ChangeLog
blob2c2cd657542eab1abdb63221e97377429febc33d
1 2024-02-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3         PR fortran/99210
4         * io/read.c (read_x): If UTF-8 encoding is enabled, use
5         read_utf8 to move one character over in the read buffer.
7 2024-02-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
9         * io/transfer.c (formatted_transfer_scalar_write): Adjust
10         bytes_used and pos variable for stream access.
12 2024-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
14         PR libfortran/111022
15         * io/format.c (get_fnode): Update initialization of fnode.
16         (parse_format_list): Initialization.
17         * io/format.h (struct fnode): Added the new 'pushed' component.
18         * io/write.c (select_buffer): Whitespace.
19         (write_real): Whitespace.
20         (write_real_w0): Adjust logic for the d == 0 condition.
21         * io/write_float.def (determine_precision): Whitespace.
22         (build_float_string): Calculate width of ..E0 exponents and
23         adjust logic accordingly.
24         (build_infnan_string): Whitespace.
25         (CALCULATE_EXP): Whitespace.
26         (quadmath_snprintf): Whitespace.
27         (determine_en_precision): Whitespace.
29 2024-01-15  Lipeng Zhu  <lipeng.zhu@intel.com>
31         * io/io.h (dec_waiting_unlocked): Use
32         __gthread_rwlock_wrlock/__gthread_rwlock_unlock or
33         __gthread_mutex_lock/__gthread_mutex_unlock functions
34         to replace WRLOCK and RWUNLOCK macros.
36 2024-01-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
38         * io/write.c (namelist_write): If internal_unit precede with space.
41 Copyright (C) 2024 Free Software Foundation, Inc.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright
45 notice and this notice are preserved.