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