OSDN Git Service

PR fortran/50409
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index 7076112..29294f7 100644 (file)
@@ -1,3 +1,38 @@
+2011-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/50409
+       * expr.c (gfc_simplify_expr): Substrings can't have negative
+       length.
+
+2011-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/50334
+       * invoke.texi (-finit-*): Document interaction with
+       -Wuninitialized.
+
+2011-11-07  François-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR libfortran/49188
+       PR libfortran/49336
+       * invoke.texi: Fix documentation of fsign-zero option. Remove
+       contractions.
+       * intrinsic.texi: Fix ATAN2 documentation for signed zeros.
+       Remove contractions.
+       * gfortran.texi: Remove contractions.
+
+2011-11-07  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/50919
+       * class.c (add_proc_comp): Don't add non-overridable procedures to the
+       vtable.
+       * resolve.c (resolve_typebound_function,resolve_typebound_subroutine):
+       Don't generate a dynamic _vptr call for non-overridable procedures.
+
+2011-11-07  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * intrinsic.texi (MCLOCK, MCLOCK8, TIME, TIME8): Functions clock
+       and time are part of the C standard library.
+
 2011-11-06  Janus Weil  <janus@gcc.gnu.org>
 
        * gfortran.h (gfc_extend_expr): Modified prototype.