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