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

spop@gcc.gnu.org spop@gcc.gnu.org
Wed Dec 3 18:37:00 GMT 2008


Author: spop
Date: Wed Dec  3 18:37:12 2008
New Revision: 142403

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142403
Log:
2008-12-03  Sebastian Pop  <sebastian.pop@amd.com>
 
	Fix testsuite/gfortran.dg/graphite/id-1.f90.
	* graphite.c (gmp_cst_to_tree): Pass the type in parameter.
	(loop_iv_stack_patch_for_consts): Update use of gmp_cst_to_tree.
	(max_precision_type): New.
	(value_clast): Removed.
	(clast_to_gcc_expression): Be more careful to types of expressions.
	Use max_precision_type and update use of gmp_cst_to_tree.
	(graphite_translate_clast_equation): Use max_precision_type.
	(graphite_create_guard_cond_expr): Do not use integer_type_node, 
	use the type of the condition.
	(graphite_create_new_loop): Do not use integer_type_node, use the
	max_precision_type of lb and ub.


Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite.c



More information about the Gcc-cvs mailing list