OSDN Git Service

2009-01-21 Daniel Kraft <d@domob.eu>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index ed66a73..a744290 100644 (file)
@@ -1,3 +1,79 @@
+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
+       * target-memory.c (encode_derived): Encode NULL.
+
+2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/38765
+       * resolve.c (check_host_association): Use the symtree name to
+       search for a potential contained procedure, since this is the
+       name by which it would be referenced.
+
+2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/38220
+       * interface.c (gfc_procedure_use):  Don't warn about functions
+       from ISO_C_BINDING.
+       * symbol.c (generate_isocbinding_symbol):  Mark c_loc and
+       c_funloc as pure.
+
 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/38657