This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran, committed] Clarify comment


Nothing spectacular, the compiler built with this.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.340
diff -u -p -r1.340 ChangeLog
--- ChangeLog   1 Mar 2005 00:41:15 -0000       1.340
+++ ChangeLog   4 Mar 2005 00:00:35 -0000
@@ -1,3 +1,8 @@
+2005-03-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo,
+       clarify comment.
+
 2005-02-28  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
        (port from g95)

Index: trans-intrinsic.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-intrinsic.c,v
retrieving revision 1.44
diff -u -p -r1.44 trans-intrinsic.c
--- trans-intrinsic.c   28 Feb 2005 19:59:05 -0000      1.44
+++ trans-intrinsic.c   4 Mar 2005 00:00:36 -0000
@@ -1032,8 +1032,8 @@ gfc_conv_intrinsic_minmax (gfc_se * se,
 }


-/* Create a symbol node for this intrinsic.  The symbol form the frontend
-   is for the generic name.  */
+/* Create a symbol node for this intrinsic.  The symbol from the frontend
+   has the generic name.  */

 static gfc_symbol *
 gfc_get_symbol_for_expr (gfc_expr * expr)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]