Fix a function decl in gfortran

Tobias Burnus tobias.burnus@physik.fu-berlin.de
Wed Jun 4 07:40:00 GMT 2014


Still untested patch, but I cannot resist pointing out stupid
typos by myself.

I intent to tests the build and test the patch - and then to
commit it as obvious. If you see problems with this approach
please scream now.


On Wed, Jun 04, 2014 at 08:13:44AM +0200, Tobias Burnus wrote:
> +   To be used together with gfc_se->gnore_optional.  */

s/gnore/ignore/

> +   if (actual)
> +	{
> +	  gcc_assert (act_arg != NULL);
> +	  if (act_arg == NULL)

s/act_arg == NULL/act_arg->expr == NULL/


Tobias



More information about the Gcc-patches mailing list