PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / libgfortran / ChangeLog
blobe228a677105ce16770c35c06d4b9e4ac269370dd
1 2015-01-24  Janne Blomqvist  <jb@gcc.gnu.org>
3         PR libfortran/64770
4         * io/unit.c (filename_from_unit): Check that u->filename != NULL
5         before calling strdup.
7 2015-01-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
9         PR libgfortran/61933
10         * io/inquire.c (inquire_via_unit): Set existing to true for
11         any negative unit that is currently connected and any positive
12         units within range of KIND=4 value.  The unit value for any out
13         of range case that may occur if the user is using a KIND=8 will
14         have been set to -2 which is reserved and can never be opened,
15         and therefore the unit does not exist.
17 2015-01-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
19         PR libgfortran/61933
20         * io/inquire.c (inquire_via_unit): Set existing to true if a
21         gfc_unit stucture was found for the given unit number.
22         * runtime/error.c (translate_error): Add case for
23         LIBERROR_INQUIRE_INTERNAL_UNIT.
25 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
27         Update copyright years.
29 2015-01-02  Tobias Burnus  <burnus@net-b.de>
31         * caf/single.c (_gfortran_caf_co_reduce): New function.
32         * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
34 Copyright (C) 2015 Free Software Foundation, Inc.
36 Copying and distribution of this file, with or without modification,
37 are permitted in any medium without royalty provided the copyright
38 notice and this notice are preserved.