* trans-array.c (gfc_conv_expr_descriptor): Edit comment.
authorBrooks Moses <brooks.moses@codesourcery.com>
Tue, 29 May 2007 03:40:00 +0000 (03:40 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Tue, 29 May 2007 03:40:00 +0000 (20:40 -0700)
From-SVN: r125159

gcc/fortran/ChangeLog
gcc/fortran/trans-array.c

index 7258d304ef110281d603ce674b94d6f439240b7c..8f0422e882f42d6d4142ff297659953491d2dea7 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-28  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * trans-array.c (gfc_conv_expr_descriptor): Edit comment.
+
 2007-05-28  Brooks Moses  <brooks.moses@codesourcery.com>
 
        PR fortran/31972
index cda9f9317e118bf67f6c0b5a303fc77bceaad6f4..c41c69a6c8a6c998862d666e5fb937922af1a33f 100644 (file)
@@ -4314,16 +4314,16 @@ gfc_trans_dummy_array_bias (gfc_symbol * sym, tree tmpdesc, tree body)
    This function is also used for array pointer assignments, and there
    are three cases:
 
-     - want_pointer && !se->direct_byref
+     - se->want_pointer && !se->direct_byref
         EXPR is an actual argument.  On exit, se->expr contains a
         pointer to the array descriptor.
 
-     - !want_pointer && !se->direct_byref
+     - !se->want_pointer && !se->direct_byref
         EXPR is an actual argument to an intrinsic function or the
         left-hand side of a pointer assignment.  On exit, se->expr
         contains the descriptor for EXPR.
 
-     - !want_pointer && se->direct_byref
+     - !se->want_pointer && se->direct_byref
         EXPR is the right-hand side of a pointer assignment and
         se->expr is the descriptor for the previously-evaluated
         left-hand side.  The function creates an assignment from