This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [patch, fortran] Front-end optimizations for contained namespaces


Thomas Koenig wrote:
this patch makes sure that front-end optimizations are also applied to
contained procedures.

Regression-tested. OK for trunk?

OK - well spotted!


Tobias

2010-09-03 Thomas Koenig<tkoenig@gcc.gnu.org>

	* dump_parse_tree (gfc_run_passes):  Call optimize_namespace
	instead of optimize_code.
	(optimize_namespace):  New function.
	
2010-09-03  Thomas Koenig<tkoenig@gcc.gnu.org>

* gfortran.dg/trim_optimize_2.f90: New test.



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