Revert part of vect_analyze_early_break_dependences changes
[official-gcc.git] / libgfortran / ChangeLog
blobc673cd8ca60be165ba86a7fbc9e39a384cb1db7f
1 2024-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3         PR libfortran/111022
4         * io/format.c (get_fnode): Update initialization of fnode.
5         (parse_format_list): Initialization.
6         * io/format.h (struct fnode): Added the new 'pushed' component.
7         * io/write.c (select_buffer): Whitespace.
8         (write_real): Whitespace.
9         (write_real_w0): Adjust logic for the d == 0 condition.
10         * io/write_float.def (determine_precision): Whitespace.
11         (build_float_string): Calculate width of ..E0 exponents and
12         adjust logic accordingly.
13         (build_infnan_string): Whitespace.
14         (CALCULATE_EXP): Whitespace.
15         (quadmath_snprintf): Whitespace.
16         (determine_en_precision): Whitespace.
18 2024-01-15  Lipeng Zhu  <lipeng.zhu@intel.com>
20         * io/io.h (dec_waiting_unlocked): Use
21         __gthread_rwlock_wrlock/__gthread_rwlock_unlock or
22         __gthread_mutex_lock/__gthread_mutex_unlock functions
23         to replace WRLOCK and RWUNLOCK macros.
25 2024-01-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
27         * io/write.c (namelist_write): If internal_unit precede with space.
30 Copyright (C) 2024 Free Software Foundation, Inc.
32 Copying and distribution of this file, with or without modification,
33 are permitted in any medium without royalty provided the copyright
34 notice and this notice are preserved.