Mark ChangeLog
[official-gcc.git] / libgfortran / ChangeLog
blob1aaf6845cd79784770b4f6ada1f272a90005b9eb
1 2014-05-22  Release Manager
3         * GCC 4.8.3 released.
5 2014-05-03  Janne Blomqvist  <jb@gcc.gnu.org>
7         Backport from 4.9
8         PR libfortran/56919
9         * intrinsics/system_clock.c (GF_CLOCK_MONOTONIC): Check
10         _POSIX_MONOTONIC_CLOCK as well.
12 2014-04-12  Jerry DeLisle  <jvdelisle@gcc.gnu>
14         Backport from mainline
15         PR libfortran/60810
16         * io/unit.c (is_trim_ok): If internal unit is array, do not trim.
18 2014-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20         Backport from mainline
21         2013-11-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22         * configure: Regenerate.
24 2014-03-15  Dominique d'Humieres  <dominiq@lps.ens.fr>
26         Backport from mainline
27         PR libgfortran/60128
28         * io/write_float.def (output_float): Remove unused variable
29         nzero_real. Replace a double space with a single one.
30         (determine_en_precision): Fix wrong handling of the EN format.
32 2014-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu>
34         Backport from mainline
35         PR libfortran/58324
36         PR libfortran/38199
37         * io/list_read.c (finish_list_read): Read one character to check
38         for the end of the file.  If it is the end, then issue the file
39         end error message.  If not, use eat_line to reach the end
40         without giving error.  The next attempt to read will then
41         issue the error as described above.
42         * io/read.c (read_decimal): Quickly skip spaces to avoid calls
43         to next_char.
44         * io/unit.c (is_trim_ok): New helper function to check various
45         conditions to see if its OK to trim the internal unit string.
46         (get_internal_unit): Use LEN_TRIM to shorten selected internal
47         unit strings for optimizing READ. Enable this optimization for
48         formatted READ.
50 2014-02-21  Jerry DeLisle  <jvdelisle@gcc.gnu>
51             Dominique d'Humieres  <dominiq@lps.ens.fr>
52             Steven G. Kargl  <kargl@gcc.gnu.org>
54         Backport from mainline
55         PR libfortran/59700
56         PR libfortran/59764
57         * io/io.h (struct st_parameter_dt): Assign expanded_read flag to
58         unused bit. Define new variable line_buffer_pos.
59         * io/list_read.c (free_saved, next_char, l_push_char,
60         read_logical, read_real): Replace use of item_count with
61         line_buffer_pos for line_buffer look ahead.
62         (read_logical, read_integer, parse_real, read_real, check_type):
63         Adjust location of free_line to after generating error messages
64         to retain the correct item count for the message. 
66 2014-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu>
67             Dominique d'Humieres  <dominiq@lps.ens.fr>
69         Backport from mainline
70         PR libfortran/59771
71         PR libfortran/59774
72         PR libfortran/59836
73         * io/write_float.def (output_float): Fix wrong handling of the
74         Fw.0 format.
75         (output_float_FMT_G_): Fixes rounding issues with -m32.
77 2013-10-16  Release Manager
79         * GCC 4.8.2 released.
81 2013-10-04  Tobias Burnus  <burnus@net-b.de>
83         PR fortran/55469
84         * io/list_read (parse_repeat, read_integer, read_character,
85         parse_real, read_real, check_type, list_formatted_read_scalar,
86         finish_list_read): Call list_free.
88 2013-06-21  Uros Bizjak  <ubizjak@gmail.com>
90         Backport from mainline
91         2013-06-20  Uros Bizjak  <ubizjak@gmail.com>
93         * config/fpu-387.h (_FPU_MASK_ALL): New.
94         (_FPU_EX_ALL): Ditto.
95         (set_fpu): Use fstcw to store x87 FPU control word. Use fnclex to
96         clear stalled exception flags.  Correctly clear stalled SSE
97         exception flags.  Simplify code.
99         Backport from mainline
100         2013-06-19  Uros Bizjak  <ubizjak@gmail.com>
102         * config/fpu-387.h: Use __asm__ and __volatile__ consistently.
104 2013-05-31  Release Manager
106         * GCC 4.8.1 released.
108 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
110         Backport from mainline:
111         2013-03-20  Tilo Schwarz  <tilo@tilo-schwarz.de>
113         PR libfortran/51825
114         * io/list_read.c (nml_read_obj): Don't end the component loop on a
115         nested derived type, but continue with the next loop iteration.
116         (nml_get_obj_data): Don't move the first_nl pointer further in the
117         list if a qualifier was found.
119 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
121         Backport from mainline:
123         PR libfortran/56786
124         * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call
125         when checking for EOF. Use error return mechanism when EOF detected.
126         Do not return FAILURE unless parse_err_msg and parse_err_msg_size have
127         been set. Use hit_eof.
128         (nml_get_obj_data): Likewise use the correct error mechanism.
129         * io/transfer.c (hit_eof): Do not set AFTER_ENDFILE if in namelist
130         mode.
132 2013-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
134         Backport from mainline:
135         2013-03-25  Tilo Schwarz  <tilo@tilo-schwarz.de>
137         PR libfortran/52512
138         * io/list_read.c (nml_parse_qualifier): To check for a derived type
139         don't use the namelist head element type but the current element type.
140         (nml_get_obj_data): Add current namelist element type to
141         nml_parse_qualifier call.
143 2013-04-02  Tobias Burnus  <burnus@net-b.de>
145         Backport from mainline:
146         2013-03-28  Tobias Burnus  <burnus@net-b.de>
148         PR fortran/56735
149         * io/list_read.c (nml_query): Only abort when
150         an error occured.
151         (namelist_read): Add goto instead of falling through.
153 2013-04-02  Tobias Burnus  <burnus@net-b.de>
155         Backport from mainline:
156         2013-03-29  Tobias Burnus  <burnus@net-b.de>
158         PR fortran/56737
159         * io/format.c (parse_format): With caching, copy
160         dtp->format string.
161         (save_parsed_format): Use dtp->format directly without
162         copying.
164         2012-03-29  Tobias Burnus  <burnus@net-b.de>
166         PR fortran/56737
167         * io/format.c (parse_format_list): Also cache FMT_STRING.
168         (parse_format): Update call.
170 2013-03-24  Tobias Burnus  <burnus@net-b.de>
172         PR fortran/56696
173         * io/list_read.c (read_real): Fix EOF diagnostic.
175 2013-03-22  Release Manager
177         * GCC 4.8.0 released.
179 2013-03-11  Tobias Burnus  <burnus@net-b.de>
181         * io/transfer.c (read_block_direct): Correct condition.
182         * intrinsics/execute_command_line.c (execute_command_line):
183         Remove dead code for the HAVE_FORK case.
185 2013-02-21  Janne Blomqvist  <jb@gcc.gnu.org>
187         PR libfortran/30162
188         * io/open.c (test_endfile): Call stell only if size != 0.
189         * io/unix.c (raw_tell): Revert r194679.
190         (raw_size): Return size field only for regular files, otherwise 0.
192 2013-02-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
194         PR target/56347
195         * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
196         broken powf.
197         * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
198         * intrinsics/c99_functions.c: Likewise.
199         * configure: Rebuilt.
200         * config.h.in: Rebuilt.
202 2013-02-06  Janus Weil  <janus@gcc.gnu.org>
204         PR fortran/55978
205         * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
206         NULL.
208 2013-01-23  Janne Blomqvist  <jb@gcc.gnu.org>
210         * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
211         instead of reverse_memcpy.
212         * io/io.h (reverse_memcpy): Remove prototype.
213         * io/transfer.c (reverse_memcpy): Make static, move towards
214         beginning of file.
215         (bswap_array): New function.
216         (unformatted_read): Use bswap_array to byte swap the data
217         in-place.
218         (unformatted_write): Use a larger temp buffer and bswap_array.
219         (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
220         (write_us_marker): Likewise.
222 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
224         Update copyright years.
226 2013-01-06  Tobias Burnus  <burnus@net-b.de>
228         PR fortran/54678
229         * intrinsics/env.c (get_environment_variable_i8): Don't use
230         uninitialized variable.
232 2013-01-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
234         PR libfortran/55818
235         * io/list_read.c (read_real): Do not call hit_eof when EOF can be
236         treated as a value separator.
237         (parse_real): Likewise.
238         (read_logical): Likewise.
239         (read_character): Likewise.
240         (read_complex): Likewise.
242 Copyright (C) 2013 Free Software Foundation, Inc.
244 Copying and distribution of this file, with or without modification,
245 are permitted in any medium without royalty provided the copyright
246 notice and this notice are preserved.