aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2013-03-28 11:14:20 -0700
committerBen Cheng <bccheng@google.com>2013-03-28 12:40:33 -0700
commitaf0c51ac87ab2a87caa03fa108f0d164987a2764 (patch)
tree4b8b470f7c5b69642fdab8d0aa1fbc148d02196b /gcc-4.8/libgfortran/ChangeLog
parentd87cae247d39ebf4f5a6bf25c932a14d2fdb9384 (diff)
downloadtoolchain_gcc-af0c51ac87ab2a87caa03fa108f0d164987a2764.tar.gz
toolchain_gcc-af0c51ac87ab2a87caa03fa108f0d164987a2764.tar.bz2
toolchain_gcc-af0c51ac87ab2a87caa03fa108f0d164987a2764.zip
[GCC 4.8] Initial check-in of GCC 4.8.0
Change-Id: I0719d8a6d0f69b367a6ab6f10eb75622dbf12771
Diffstat (limited to 'gcc-4.8/libgfortran/ChangeLog')
-rw-r--r--gcc-4.8/libgfortran/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/gcc-4.8/libgfortran/ChangeLog b/gcc-4.8/libgfortran/ChangeLog
new file mode 100644
index 000000000..f0d5b7cd6
--- /dev/null
+++ b/gcc-4.8/libgfortran/ChangeLog
@@ -0,0 +1,72 @@
+2013-03-22 Release Manager
+
+ * GCC 4.8.0 released.
+
+2013-03-11 Tobias Burnus <burnus@net-b.de>
+
+ * io/transfer.c (read_block_direct): Correct condition.
+ * intrinsics/execute_command_line.c (execute_command_line):
+ Remove dead code for the HAVE_FORK case.
+
+2013-02-21 Janne Blomqvist <jb@gcc.gnu.org>
+
+ PR libfortran/30162
+ * io/open.c (test_endfile): Call stell only if size != 0.
+ * io/unix.c (raw_tell): Revert r194679.
+ (raw_size): Return size field only for regular files, otherwise 0.
+
+2013-02-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR target/56347
+ * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
+ broken powf.
+ * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
+ * intrinsics/c99_functions.c: Likewise.
+ * configure: Rebuilt.
+ * config.h.in: Rebuilt.
+
+2013-02-06 Janus Weil <janus@gcc.gnu.org>
+
+ PR fortran/55978
+ * runtime/in_pack_generic.c (internal_pack): Return if base_addr is
+ NULL.
+
+2013-01-23 Janne Blomqvist <jb@gcc.gnu.org>
+
+ * io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
+ instead of reverse_memcpy.
+ * io/io.h (reverse_memcpy): Remove prototype.
+ * io/transfer.c (reverse_memcpy): Make static, move towards
+ beginning of file.
+ (bswap_array): New function.
+ (unformatted_read): Use bswap_array to byte swap the data
+ in-place.
+ (unformatted_write): Use a larger temp buffer and bswap_array.
+ (us_read): Use __builtin_bswapXX instead of reverse_memcpy.
+ (write_us_marker): Likewise.
+
+2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
+
+ Update copyright years.
+
+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.