aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2016-12-19 22:29:43 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2016-12-19 22:29:43 +0000
commit75b07bb45a8a4e20557744873f98681e2d17db1f (patch)
treed20bd66d44e63418a7efc78ea891d3383d0a2b62 /libgfortran/ChangeLog
parente9c2033eff925ac2577ac6f30578bc6a8498c2e9 (diff)
downloadgcc-75b07bb45a8a4e20557744873f98681e2d17db1f.zip
gcc-75b07bb45a8a4e20557744873f98681e2d17db1f.tar.gz
gcc-75b07bb45a8a4e20557744873f98681e2d17db1f.tar.bz2
trans-decl.c (create_main_function): Remove unused elements to the set_options call.
* trans-decl.c (create_main_function): Remove unused elements to the set_options call. * runtime/compile_options.c (set_options): Remove unused elements. From-SVN: r243814
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index f64dae2..2837e2e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ * runtime/compile_options.c (set_options): Remove unused elements.
+
2016-12-19 Janne Blomqvist <jb@gcc.gnu.org>
* Actually remove files that should have been removed by r243799.