This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212327 - in /trunk/libgfortran: ChangeLog intr...
- From: fxcoudert at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 07 Jul 2014 09:13:48 -0000
- Subject: r212327 - in /trunk/libgfortran: ChangeLog intr...
Author: fxcoudert
Date: Mon Jul 7 09:13:48 2014
New Revision: 212327
URL: https://gcc.gnu.org/viewcvs?rev=212327&root=gcc&view=rev
Log:
* 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.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/intrinsics/c99_functions.c
trunk/libgfortran/libgfortran.h
trunk/libgfortran/runtime/stop.c