OSDN Git Service

2009-01-21 Daniel Kraft <d@domob.eu>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index b3d1799..a744290 100644 (file)
@@ -1,3 +1,59 @@
+2009-01-21  Daniel Kraft  <d@domob.eu>
+
+       * trans-stmt.c (gfc_conv_elemental_dependencies):  Cleaned up comment.
+
+2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/38907
+       * resolve.c (check_host_association): Remove the matching to
+       correct an incorrect host association and use manipulation of
+       the expression instead.
+
+2009-01-20  Tobias Burnus  <burnus@net-b.de>
+
+       * invoke.texi (RANGE): RANGE also takes INTEGER arguments.
+
+2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/38859
+       * simplify.c (simplify_bound): Don't use array specification
+       if variable or component has subsequent references.
+
+2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/38657
+       * module.c (write_common_0): Add argument 'this_module' and
+       check that non-use associated common blocks are written first.
+       (write_common): Call write_common_0 twice, once with true and
+       then with false.
+
+2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/34955
+       * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Has
+       been absorbed into gfc_conv_intrinsic_transfer. All
+       references to it in trans-intrinsic.c have been changed
+       accordingly.  PR fixed by using a temporary for scalar
+       character transfer, when the source is shorter than the
+       destination.
+
+2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/38657
+       * module.c (write_common_0): Revert patch of 2009-01-05.
+
+2009-01-16  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/38152
+       * expr.c (gfc_check_pointer_assign): Allow use-associated procedure
+       pointers as lvalue.
+       * trans-decl.c (get_proc_pointer_decl,gfc_create_module_variable):
+       Enable procedure pointers as module variables.
+
+2009-01-14  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * ChangeLog-2007: Clean out svn merge droppings.
+
 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/38763