OSDN Git Service

2006-11-14 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
index 34f010c..88bc865 100644 (file)
@@ -1,3 +1,25 @@
+2006-11-14  Tobias Burnus  <burnus@net-b.de>
+
+       * match.c (gfc_match_namelist): Add missing space to
+         error message.
+
+2006-11-14  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/29657
+       * symbol.c (check_conflict): Add further conflicts.
+
+2006-11-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/29759
+       * fortran/scanner.c (skip_free_comments): Clear openmp_flag
+       before returning true.
+
+2006-11-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR fortran/26994
+       * trans-expr.c (gfc_conv_expr_reference): Set TREE_STATIC on the
+       new CONST_DECL.
+
 2006-11-11  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * array.c: Add 2006 to copyright years.
@@ -64,7 +86,7 @@
        * trans-decl.c (gfc_trans_deferred_vars): Call gfc_trans_
        deferred_array before gfc_trans_auto_array_allocation.
 
-       PR fortran/21730
+       PR fortran/21370
        * symbol.c (check_done): Remove.
        (gfc_add_attribute): Remove reference to check_done and remove
        the argument attr_intent.
 
 2006-10-17  Paul Thomas <pault@gcc.gnu.org>
 
-       PR fortran/20541
+       PR fortran/29451
        * trans-array.c (gfc_trans_array_bounds): Test for and set
        negative stride of a non-constant bound array to zero.