mirror of git://gcc.gnu.org/git/gcc.git
+2007-04-14 Bernhard Fischer
* 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
This commit is contained in:
parent
b9cc7c96e5
commit
ed5ee445f9
|
|
@ -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/29507
|
||||||
PR fortran/31404
|
PR fortran/31404
|
||||||
|
|
|
||||||
|
|
@ -1516,7 +1516,7 @@ cleanup:
|
||||||
the opening parenthesis to the closing parenthesis. The argument
|
the opening parenthesis to the closing parenthesis. The argument
|
||||||
list is assumed to allow keyword arguments because we don't know if
|
list is assumed to allow keyword arguments because we don't know if
|
||||||
the symbol associated with the procedure has an implicit interface
|
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. */
|
we're matching the argument list of a subroutine. */
|
||||||
|
|
||||||
match
|
match
|
||||||
|
|
@ -2233,6 +2233,7 @@ gfc_match_rvalue (gfc_expr **result)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*FIXME:??? match_varspec does set this for us: */
|
||||||
e->ts = sym->ts;
|
e->ts = sym->ts;
|
||||||
m = match_varspec (e, 0);
|
m = match_varspec (e, 0);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue