[PATCH] Remove some unused fields in language_function and named_labels

Andrew Pinski pinskia@physics.uc.edu
Fri Jun 3 23:37:00 GMT 2005


I noticed that we have some unused fields in language_function in 
gfortran
which looks like they were just copied from the C front-end, even though
some of them have seen been removed from the C front-end already.
This patch removes those unused fields and also the unused variable
named_labels which is only set to null.

OK? Bootstrapped and tested on powerpc-darwin with no regressions.

Thanks,
Andrew Pinski


ChangeLog:
	* fortran/f95-lang.c (language_function): Remove
	named_labels, shadowed_labels, returns_value, returns_abnormally,
	warn_about_return_type, and extern_inline fields.
	(named_labels): Remove variable.
	(gfc_init_decl_processing): Remove setting of named_labels.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fortran.diff.txt
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20050603/e90de566/attachment.txt>


More information about the Fortran mailing list