OSDN Git Service

2010-03-31 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index e445a6a..53884cc 100644 (file)
@@ -1,3 +1,61 @@
+2010-03-31  Paul Thomas  <pault@gcc.gnu.org>
+
+       * ioparm.def : Update copyright.
+       * lang.opt : ditto
+       * trans-array.c : ditto
+       * trans-array.h : ditto
+       * expr.c: ditto
+       * trans-types.c: ditto
+       * dependency.c : ditto
+       * gfortran.h : ditto
+       * options.c : ditto
+       * trans-io.c : ditto
+       * trans-intrinsic.c : ditto
+       * libgfortran.h : ditto
+       * invoke.texi : ditto
+       * intrinsic.texi : ditto
+       * trans.c : ditto
+       * trans.h : ditto
+       * intrinsic.c : ditto
+       * interface.c : ditto
+       * iresolve.c : ditto
+       * trans-stmt.c : ditto
+       * trans-stmt.h : ditto
+       * parse,c : ditto
+       * match.h : ditto
+       * error.c : ditto
+
+2010-03-20  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/43450
+       * trans-decl.c (gfc_create_module_variable): With -fwhole-file
+       do not assert the context of derived types.
+
+2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/43409
+       * ioparm.def: Change inquire size variable to type pointer to
+       GFC_IO_INT type.
+
+2010-03-18  Paul Thomas  <pault@gcc.gnu.org>
+
+        PR fortran/43039
+        * trans-expr.c (conv_parent_component_references): Ensure that
+       'dt' has a backend_decl.
+
+        PR fortran/43043
+        * trans-expr.c (gfc_conv_structure): Ensure that the derived
+       type has a backend_decl.
+
+        PR fortran/43044
+        * resolve.c (resolve_global_procedure): Check that the 'cl'
+       structure is not NULL.
+
+2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove
+       redundant tab.
+
 2010-03-17  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/43331