This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212990 - in /trunk/gcc: ChangeLog graphite-isl...
- From: romangareev at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 24 Jul 2014 13:35:27 -0000
- Subject: r212990 - in /trunk/gcc: ChangeLog graphite-isl...
Author: romangareev
Date: Thu Jul 24 13:35:27 2014
New Revision: 212990
URL: https://gcc.gnu.org/viewcvs?rev=212990&root=gcc&view=rev
Log:
[gcc/]
* graphite-isl-ast-to-gimple.c:
(binary_op_to_tree): Add calling of translate_isl_ast_node_block.
(gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
isl_ast_op_pdiv_r to the different case.
[gcc/testsuite]
* gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
Added:
trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-3.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/graphite-isl-ast-to-gimple.c