[RS6000] PR69645, -ffixed-reg ignored
[official-gcc.git] / libgfortran / ChangeLog
blob6d16d644cd5e1b53375ca43c72f3fb096c22f70b
1 2016-04-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3         PR libgfortran/70684
4         * io/list_read (check_buffers): Add '\r' to check for end of line.
5         factor.
7 2016-03-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
8             Dominique d'Humieres  <dominiq@lps.ens.fr>
10         PR libgfortran/70235
11         * io/write_float.def: Fix PF format for negative values of the scale
12         factor.
14 2016-03-28  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
16         * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype.
17         * caf/single.c: _gfortran_caf_stop_numeric and
18         _gfortran_caf_stop_str implementation.
20 2016-02-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
22         PR libgfortran/69456
23         * io/list_read.c (read_real): If digit is missing from exponent issue
24         an error. (parse_real): Likewise and adjusted error message to clarify
25         it is part of a complex number.
26         (nml_read_obj): Bump item count and add comment that this is used to
27         identify which item in a namelist read has a problem.
29 2016-02-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
31         PR libgfortran/69651
32         * io/list_read.c (push_char4): Fix the pointer usage for xrealloc.
34 2016-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
36         PR libgfortran/69651
37         * io/list_read.c: Entire file trailing spaces removed.
38         (CASE_SEPARATORS): Remove '!'.
39         (is_separator): Add namelist mode as condition with '!'.
40         (push_char): Remove un-needed memset. (push_char4): Likewise and remove
41         'new' pointer. (eat_separator): Remove un-needed use of notify_std.
42         (read_logical): If '!' bang encountered when not in namelist mode got
43         bad_logical to give an error. (read_integer): Likewise reject '!'.
44         (read_character): Remove condition testing c = '!' which is now inside
45         the is_separator macro. (parse_real): Reject '!' unless in namelist mode.
46         (read_complex): Reject '!' unless in namelist mode. (read_real): Likewise
47         reject '!'. 
49 2016-02-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
51         PR libgfortran/69668
52         * io/list_read.c (read_character): Remove code related to DELIM_NONE.
54 2016-01-23  John David Anglin  <danglin@gcc.gnu.org>
56         PR libfortran/68744
57         * runtime/backtrace.c: Include gthr.h.
58         (show_backtrace): Use __gthread_active_p() to determine whether threads
59         are active.  Return if lbstate is NULL.
61 2016-01-15  Jakub Jelinek  <jakub@redhat.com>
63         * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg
64         instead of msg to avoid -Wformat-security warning.
66 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
68         Update copyright years.
70 Copyright (C) 2016 Free Software Foundation, Inc.
72 Copying and distribution of this file, with or without modification,
73 are permitted in any medium without royalty provided the copyright
74 notice and this notice are preserved.