[gfortran] Re: Another small comment fix

Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de
Sat Apr 24 10:41:00 GMT 2004


Looking over the patch that I just sent, I saw that I had updated the 
copyright years in trans-expr.c, but not in the other files. Note that 
my patch is not copyrightable, but there were copyrightable changes 
applied to each of theses files this year.

- Tobi

2004-04-24  Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>

	* trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
	2004 to copyright years.
	* trans-expr.c, trans-decl.c: Comment update, we now generate
	GENERIC, not SIMPLE. Add 2004 to copyright years.

Index: trans-intrinsic.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/trans-intrinsic.c,v
retrieving revision 1.1.2.29
diff -u -p -r1.1.2.29 trans-intrinsic.c
--- trans-intrinsic.c   11 Apr 2004 12:43:14 -0000      1.1.2.29
+++ trans-intrinsic.c   24 Apr 2004 10:35:45 -0000
@@ -1,5 +1,5 @@
-/* Expression translation
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Intrinsic translation
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Paul Brook <paul@nowt.org>
     and Steven Bosscher <s.bosscher@student.tudelft.nl>

@@ -20,7 +20,7 @@ along with GNU G95; see the file COPYING
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */

-/* trans-expr.c-- generate SIMPLE trees for gfc_expr.  */
+/* trans-intrinsic.c-- generate GENERIC trees for calls to intrinsics.  */

  #include "config.h"
  #include "system.h"
Index: trans-expr.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/trans-expr.c,v
retrieving revision 1.1.2.22
diff -u -p -r1.1.2.22 trans-expr.c
--- trans-expr.c        10 Apr 2004 22:42:11 -0000      1.1.2.22
+++ trans-expr.c        24 Apr 2004 10:35:48 -0000
@@ -1,5 +1,5 @@
  /* Expression translation
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Paul Brook <paul@nowt.org>
     and Steven Bosscher <s.bosscher@student.tudelft.nl>

@@ -20,7 +20,7 @@ along with GNU G95; see the file COPYING
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */

-/* trans-expr.c-- generate SIMPLE trees for gfc_expr.  */
+/* trans-expr.c-- generate GENERIC trees for gfc_expr.  */

  #include "config.h"
  #include "system.h"

Index: trans-decl.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/fortran/Attic/trans-decl.c,v
retrieving revision 1.1.2.36
diff -u -p -r1.1.2.36 trans-decl.c
--- trans-decl.c        10 Apr 2004 22:42:11 -0000      1.1.2.36
+++ trans-decl.c        24 Apr 2004 10:35:56 -0000
@@ -1,5 +1,5 @@
  /* Backend function setup
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Paul Brook

  This file is part of GNU G95.
@@ -2032,7 +2034,7 @@ gfc_generate_function_code (gfc_namespac
    poplevel (1, 0, 1);
    BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;

-  /* Output the SIMPLE tree.  */
+  /* Output the GENERIC tree.  */
    dump_function (TDI_original, fndecl);

    /* Store the end of the function, so that we get good line number



More information about the Gcc-patches mailing list