------- Comment #10 from grosser at gcc dot gnu dot org 2008-12-10 17:35 ------- Subject: Bug 38459
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 <[EMAIL PROTECTED]> 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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38459