* ChangeLog: Forgotten in previous commit.
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 May 2009 16:11:42 +0000 (16:11 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 May 2009 16:11:42 +0000 (16:11 +0000)
From-SVN: r147616

gcc/fortran/ChangeLog

index bc6dd0b..81182df 100644 (file)
@@ -1,3 +1,12 @@
+2009-05-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/36031
+       * decl.c (set_enum_kind): Use global short-enums flag.
+       * gfortran.h (gfc_option_t): Remove short_enums flag.
+       * lang.opt (-fshort-enums): Refer to C documentation.
+       * options.c (gfc_init_options, gfc_handle_option): Use global
+       short-enums flag.
+
 2009-05-15  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/39352