9d1818902c
2013-01-06 Tobias Burnus <burnus@net-b.de> PR fortran/54678 * intrinsics/env.c (get_environment_variable_i8): Don't use uninitialized variable. From-SVN: r194948
22 lines
657 B
Plaintext
22 lines
657 B
Plaintext
2013-01-06 Tobias Burnus <burnus@net-b.de>
|
||
|
||
PR fortran/54678
|
||
* intrinsics/env.c (get_environment_variable_i8): Don't use
|
||
uninitialized variable.
|
||
|
||
2013-01-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||
|
||
PR libfortran/55818
|
||
* io/list_read.c (read_real): Do not call hit_eof when EOF can be
|
||
treated as a value separator.
|
||
(parse_real): Likewise.
|
||
(read_logical): Likewise.
|
||
(read_character): Likewise.
|
||
(read_complex): Likewise.
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|