]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix PR46758: Do not use int_cst_value.
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 23 Dec 2010 18:52:12 +0000 (18:52 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 23 Dec 2010 18:52:12 +0000 (18:52 +0000)
commit370332bd9c6edaee775b1848dffaffdae5fe84d9
tree3dcea1e97937bce56c3e8251019cf09e77b906f2
parent5256e11570d033e38f9fb3d5a88d190b19d4b8ce
Fix PR46758: Do not use int_cst_value.

2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
    Richard Guenther  <rguenther@suse.de>

PR tree-optimization/46758
* graphite-sese-to-poly.c (scan_tree_for_params_right_scev): Use
tree_int_to_gmp instead of int_cst_value.
(scan_tree_for_params_int): Same.
(scan_tree_for_params): Same.
(pdr_add_data_dimensions): Use ppl_set_inhomogeneous_tree.

* gcc.dg/graphite/run-id-pr46758.c: New.

Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r168214
gcc/ChangeLog
gcc/graphite-sese-to-poly.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/run-id-pr46758.c [new file with mode: 0644]