aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2014-07-07 09:13:48 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2014-07-07 09:13:48 +0000
commit77777b33a88e950ff1f7fc263e600a694816f468 (patch)
treecbd088b7bacddb90ca0051f9018f8994fbe6ebde /libgfortran/ChangeLog
parent8adb5dc735298d2113de33ce442831f4dab9d215 (diff)
downloadgcc-77777b33a88e950ff1f7fc263e600a694816f468.zip
gcc-77777b33a88e950ff1f7fc263e600a694816f468.tar.gz
gcc-77777b33a88e950ff1f7fc263e600a694816f468.tar.bz2
stop.c: Use C11 _Noreturn.
* runtime/stop.c: Use C11 _Noreturn. * libgfortran.h: Use C11 _Noreturn in prototypes. Move REALPART, IMAGPART and COMPLEX_ASSIGN macros... * intrinsics/c99_functions.c: ... here. From-SVN: r212327
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 03f6f2ac..eef0b28 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,12 @@
2014-07-07 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+ * runtime/stop.c: Use C11 _Noreturn.
+ * libgfortran.h: Use C11 _Noreturn in prototypes.
+ Move REALPART, IMAGPART and COMPLEX_ASSIGN macros...
+ * intrinsics/c99_functions.c: ... here.
+
+2014-07-07 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
* config/fpu-387.h, config/fpu-aix.h, config/fpu-sysv.h,
config/fpu-glibc.h: Use static assertions.