2013-09-03 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libgfortran / ChangeLog
blob8b9eba12f0ad2e90c4a6325d44c12b2b94d1a802
1 2013-06-21  Uros Bizjak  <ubizjak@gmail.com>
3         Backport from mainline
4         2013-06-20  Uros Bizjak  <ubizjak@gmail.com>
6         * config/fpu-387.h (_FPU_MASK_ALL): New.
7         (_FPU_EX_ALL): Ditto.
8         (set_fpu): Use fstcw to store x87 FPU control word. Use fnclex to
9         clear stalled exception flags.  Correctly clear stalled SSE
10         exception flags.  Simplify code.
12         Backport from mainline
13         2013-06-19  Uros Bizjak  <ubizjak@gmail.com>
15         * config/fpu-387.h: Use __asm__ and __volatile__ consistently.
17 2013-05-31  Release Manager
19         * GCC 4.8.1 released.
21 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
23         Backport from mainline:
24         2013-03-20  Tilo Schwarz  <tilo@tilo-schwarz.de>
26         PR libfortran/51825
27         * io/list_read.c (nml_read_obj): Don't end the component loop on a
28         nested derived type, but continue with the next loop iteration.
29         (nml_get_obj_data): Don't move the first_nl pointer further in the
30         list if a qualifier was found.
32 2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
34         Backport from mainline:
36         PR libfortran/56786
37         * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call
38         when checking for EOF. Use error return mechanism when EOF detected.
39         Do not return FAILURE unless parse_err_msg and parse_err_msg_size have
40         been set. Use hit_eof.
41         (nml_get_obj_data): Likewise use the correct error mechanism.
42         * io/transfer.c (hit_eof): Do not set AFTER_ENDFILE if in namelist
43         mode.
45 2013-04-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
47         Backport from mainline:
48         2013-03-25  Tilo Schwarz  <tilo@tilo-schwarz.de>
50         PR libfortran/52512
51         * io/list_read.c (nml_parse_qualifier): To check for a derived type
52         don't use the namelist head element type but the current element type.
53         (nml_get_obj_data): Add current namelist element type to
54         nml_parse_qualifier call.
56 2013-04-02  Tobias Burnus  <burnus@net-b.de>
58         Backport from mainline:
59         2013-03-28  Tobias Burnus  <burnus@net-b.de>
61         PR fortran/56735
62         * io/list_read.c (nml_query): Only abort when
63         an error occured.
64         (namelist_read): Add goto instead of falling through.
66 2013-04-02  Tobias Burnus  <burnus@net-b.de>
68         Backport from mainline:
69         2013-03-29  Tobias Burnus  <burnus@net-b.de>
71         PR fortran/56737
72         * io/format.c (parse_format): With caching, copy
73         dtp->format string.
74         (save_parsed_format): Use dtp->format directly without
75         copying.
77         2012-03-29  Tobias Burnus  <burnus@net-b.de>
79         PR fortran/56737
80         * io/format.c (parse_format_list): Also cache FMT_STRING.
81         (parse_format): Update call.
83 2013-03-24  Tobias Burnus  <burnus@net-b.de>
85         PR fortran/56696
86         * io/list_read.c (read_real): Fix EOF diagnostic.
88 2013-03-22  Release Manager
90         * GCC 4.8.0 released.
92 2013-03-11  Tobias Burnus  <burnus@net-b.de>
94         * io/transfer.c (read_block_direct): Correct condition.
95         * intrinsics/execute_command_line.c (execute_command_line):
96         Remove dead code for the HAVE_FORK case.
98 2013-02-21  Janne Blomqvist  <jb@gcc.gnu.org>
100         PR libfortran/30162
101         * io/open.c (test_endfile): Call stell only if size != 0.
102         * io/unix.c (raw_tell): Revert r194679.
103         (raw_size): Return size field only for regular files, otherwise 0.
105 2013-02-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
107         PR target/56347
108         * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
109         broken powf.
110         * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
111         * intrinsics/c99_functions.c: Likewise.
112         * configure: Rebuilt.
113         * config.h.in: Rebuilt.
115 2013-02-06  Janus Weil  <janus@gcc.gnu.org>
117         PR fortran/55978
118         * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
119         NULL.
121 2013-01-23  Janne Blomqvist  <jb@gcc.gnu.org>
123         * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
124         instead of reverse_memcpy.
125         * io/io.h (reverse_memcpy): Remove prototype.
126         * io/transfer.c (reverse_memcpy): Make static, move towards
127         beginning of file.
128         (bswap_array): New function.
129         (unformatted_read): Use bswap_array to byte swap the data
130         in-place.
131         (unformatted_write): Use a larger temp buffer and bswap_array.
132         (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
133         (write_us_marker): Likewise.
135 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
137         Update copyright years.
139 2013-01-06  Tobias Burnus  <burnus@net-b.de>
141         PR fortran/54678
142         * intrinsics/env.c (get_environment_variable_i8): Don't use
143         uninitialized variable.
145 2013-01-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
147         PR libfortran/55818
148         * io/list_read.c (read_real): Do not call hit_eof when EOF can be
149         treated as a value separator.
150         (parse_real): Likewise.
151         (read_logical): Likewise.
152         (read_character): Likewise.
153         (read_complex): Likewise.
155 Copyright (C) 2013 Free Software Foundation, Inc.
157 Copying and distribution of this file, with or without modification,
158 are permitted in any medium without royalty provided the copyright
159 notice and this notice are preserved.