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]

Re: [gfortran] Follow-up to END matching updates


> 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
>
> 	* decl.c (contained_procedure): New function.
> 	(match_end): Verify correctness of END STATEMENT in
> 	all cases.

Ok, except...

> Index: decl.c
>      default:
>        gfc_error ("Unexpected END statement at %C");
> +      eos_ok = 0;
>        goto cleanup;
>      }

This is unnecessary.

Paul


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