+2007-04-14 Bernhard Fischer
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 14 Apr 2007 18:43:20 +0000 (20:43 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 14 Apr 2007 18:43:20 +0000 (20:43 +0200)
* primary.c: Commentary typo fix; Add question about redundant (?)
set.
* ChangeLog: Fix formatting of previous ChangeLog entry which did not
obey "'name"  <name@there.tdl>' convention.

From-SVN: r123821

gcc/fortran/ChangeLog
gcc/fortran/primary.c

index cd70c921c14f1e94b93b4ebf0525aeff45bc6365..3ec7430d6ac10109c6dcbe6c1be9342756450fcb 100644 (file)
@@ -1,4 +1,9 @@
-2007-04-14 Paul Thomas <pault@gcc.gnu.org>
+2007-04-14  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * primary.c: Commentary typo fix; Add question about redundant (?)
+       set.
+
+2007-04-14  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/29507
        PR fortran/31404
index e31e1c5dbfd328fdf3bb59b7498d7695d4948f00..9e27edc2f395e3ddef80da544a4917825dd18469 100644 (file)
@@ -1516,7 +1516,7 @@ cleanup:
    the opening parenthesis to the closing parenthesis.  The argument
    list is assumed to allow keyword arguments because we don't know if
    the symbol associated with the procedure has an implicit interface
-   or not.  We make sure keywords are unique. If SUB_FLAG is set,
+   or not.  We make sure keywords are unique. If sub_flag is set,
    we're matching the argument list of a subroutine.  */
 
 match
@@ -2233,6 +2233,7 @@ gfc_match_rvalue (gfc_expr **result)
              break;
            }
 
+         /*FIXME:??? match_varspec does set this for us: */
          e->ts = sym->ts;
          m = match_varspec (e, 0);
          break;