diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2011-05-14 18:02:07 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2011-05-14 18:02:07 +0200 |
commit | ade2e40389bd3c76031c486991005ffffa1493bf (patch) | |
tree | 51bc0cc0a9f5d12f4fca028b7b7323b517303bec /gcc | |
parent | 858afbce4e8d52320d652848502620c0f922d592 (diff) | |
download | gcc-ade2e40389bd3c76031c486991005ffffa1493bf.zip gcc-ade2e40389bd3c76031c486991005ffffa1493bf.tar.gz gcc-ade2e40389bd3c76031c486991005ffffa1493bf.tar.bz2 |
lang.opt (fdump-core): Re-add as ignored option for backward compatibility.
2011-05-14 Tobias Burnus <burnus@net-b.de>
* lang.opt (fdump-core): Re-add as ignored option
for backward compatibility.
2011-05-14 Tobias Burnus <burnus@net-b.de>
* runtime/stop.c (error_stop_string, error_stop_numeric):
Do not backtrace for ERROR STOP.
From-SVN: r173760
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/lang.opt | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 029884b..a4a5509 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2011-05-14 Tobias Burnus <burnus@net-b.de> + + * lang.opt (fdump-core): Re-add as ignored option + for backward compatibility. + 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org> PR libfortran/48915 diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index a056c5c..1a3d073 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -366,6 +366,10 @@ fdollar-ok Fortran Allow dollar signs in entity names +fdump-core +Fortran Ignore +Does nothing. Preserved for backward compatibility. + fdump-fortran-original Fortran Display the code tree after parsing |