r142653 - in /branches/graphite/gcc: ChangeLog....

grosser@gcc.gnu.org grosser@gcc.gnu.org
Wed Dec 10 17:33:00 GMT 2008


Author: grosser
Date: Wed Dec 10 17:33:58 2008
New Revision: 142653

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142653
Log:
2008-12-10  Tobias Grosser  <grosser@fim.uni-passau.de>

	PR middle-end/38459
	* graphite.c (new_scop): Initialize SCOP_ADD_PARAMS.
	(param_index): Assert if parameter is not know after parameter
	detection.
	(find_params_in_bb): Detect params directly in GBB_CONDITIONS.
	(find_scop_parameters): Mark, that we have finished parameter
	detection.
	(graphite_transform_loops): Move condition detection before parameter
	detection.
	* graphite.h (struct scop): Add SCOP_ADD_PARAMS.
	* testsuite/gfortran.dg/graphite/pr38459.f90: New.

Added:
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/pr38459.f90
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/graphite.h



More information about the Gcc-cvs mailing list