diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2016-12-19 16:09:12 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2016-12-19 16:09:12 +0000 |
commit | 03506f8cc3da48ed9303ebbd435eeaacee6629e6 (patch) | |
tree | 6d4c93a26869afbcca5faf17e3aa10c0a2245d00 /gcc/fortran/ChangeLog | |
parent | c52b53d6294ca529927aaf1dcf2f67d9b53857ee (diff) | |
download | gcc-03506f8cc3da48ed9303ebbd435eeaacee6629e6.zip gcc-03506f8cc3da48ed9303ebbd435eeaacee6629e6.tar.gz gcc-03506f8cc3da48ed9303ebbd435eeaacee6629e6.tar.bz2 |
trans.h: Remove gfor_fndecl_stop_numeric_f08.
* trans.h: Remove gfor_fndecl_stop_numeric_f08.
* trans-decl.c: Remove gfor_fndecl_stop_numeric_f08.
* trans-stmt.c (gfc_trans_stop): Use gfor_fndecl_stop_numeric
instead of gfor_fndecl_stop_numeric_f08.
* gfortran.map: Remove _gfortran_stop_numeric_f08.
* runtime/stop.c: Rename stop_numeric_f08 into stop_numeric.
From-SVN: r243803
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r-- | gcc/fortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7b653ce6..8149bf9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2016-12-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * trans.h: Remove gfor_fndecl_stop_numeric_f08. + * trans-decl.c: Remove gfor_fndecl_stop_numeric_f08. + * trans-stmt.c (gfc_trans_stop): Use gfor_fndecl_stop_numeric + instead of gfor_fndecl_stop_numeric_f08. + 2016-12-19 Janus Weil <janus@gcc.gnu.org> PR fortran/78545 |