Fix hash-table violation in trans-decl.c.
[gcc.git] / gcc / fortran / ChangeLog
index b5675d11fa3b5db62ab56da5ff7639779080a7b3..e6e350d8bd16fed49c69c223587897cd7b2d0476 100644 (file)
@@ -1,3 +1,14 @@
+2018-10-31  Martin Liska  <mliska@suse.cz>
+
+       * trans-decl.c (struct module_hasher): Call htab_hash_string
+       for s->name and not for s.
+
+2018-10-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/85896
+       * simplify.c (simplify_min_max): Do not convert the type of the
+       return expression.
+
 2017-10-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/54613