aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-03-11 22:42:56 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2015-03-11 22:42:56 +0100
commit17abb5ac387fe5ea785517522cab95f035b3a7d5 (patch)
tree5b9ba83715b19f39ebd97c0e0334d1d64d489255 /libgfortran/ChangeLog
parentd94fae044da071381b73a2ee8afa874b14fa3820 (diff)
downloadgcc-17abb5ac387fe5ea785517522cab95f035b3a7d5.zip
gcc-17abb5ac387fe5ea785517522cab95f035b3a7d5.tar.gz
gcc-17abb5ac387fe5ea785517522cab95f035b3a7d5.tar.bz2
libgfortran LIBGFOR_MINIMAL enhancements.
Based on GCC trunk r220892, for nvptx-none: === gfortran Summary === # of expected passes [-31320-]{+32117+} # of unexpected failures [-7222-]{+6821+} # of expected failures 78 # of unresolved testcases [-6441-]{+6158+} # of untested testcases [-432-]{+391+} # of unsupported tests 639 libgfortran/ * caf/single.c (caf_runtime_error): Revert 2014-11-28 changes. * runtime/minimal.c (STRERR_MAXSZ): Don't define. (runtime_error_at, sys_abort): Bring more in line with the non-LIBGFOR_MINIMAL code. (runtime_warning_at, internal_error): New functions. From-SVN: r221363
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 97ee01b..5b201d2 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
+
+ * caf/single.c (caf_runtime_error): Revert 2014-11-28 changes.
+ * runtime/minimal.c (STRERR_MAXSZ): Don't define.
+ (runtime_error_at, sys_abort): Bring more in line with the
+ non-LIBGFOR_MINIMAL code.
+ (runtime_warning_at, internal_error): New functions.
+
2015-03-11 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/65200