OSDN Git Service

* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2011-01-17  Janne Blomqvist  <jb@gcc.gnu.org>
2
3         PR libfortran/47296
4         * io/unix.c (tempfile): Set opp->file and opp->file_len also if an
5         error occurs.
6
7 2011-01-16  Jakub Jelinek  <jakub@redhat.com>
8
9         PR fortran/46625
10         * io/write_float.def (DTOAQ): Use quadmath_flt128tostr
11         instead of quadmath_dtoa.
12         * io/transfer128.c (tmp1, tmp2): New variables, bring in
13         strtoflt128 and quadmath_flt128tostr.
14         (transfer_real128, transfer_real128_write, transfer_complex128,
15         transfer_complex128_write): Remove tmp1/tmp2 variables.
16         * io/read.c (convert_real): Use strtoflt128 instead of
17         quadmath_strtopQ, adjust for the changed arguments and return
18         value.
19
20 2011-01-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
21
22         PR libgfortran/47296
23         * io/unix.c (unpack_filename): Return non-zero if the filename passed
24         in is NULL.
25
26 2011-01-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
27
28         PR libgfortran/47154
29         * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the
30         duplicate calls via next_record.
31
32 \f
33 Copyright (C) 2011 Free Software Foundation, Inc.
34
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.