]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats with ...
authorJakub Jelinek <jakub@redhat.com>
Thu, 8 Jan 2009 16:01:42 +0000 (17:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 8 Jan 2009 16:01:42 +0000 (17:01 +0100)
commit96867bbd6f4371fbd0049504a3c3725f6abd9fcf
treebef5a692dfc16f14cd02d119206305f87c9a97ed
parent68f61c3d955e3e9bb65200a27f5ea2136b7cedf7
re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats with -ftree-loop-linear)

PR tree-optimization/37031
* lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
on parameter_set.
(build_access_matrix): Reserve correct size for AM_MATRIX vector,
allocate it using gc instead of heap, use VEC_quick_push instead of
VEC_safe_push.
* graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
instead of heap, use VEC_quick_push instead of VEC_safe_push.
* tree-data-ref.h (struct access_matrix): Change matrix to gc
allocated vector from heap allocated.
* lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
* tree-loop-linear.c (linear_transform_loops): Allocate nest
vector only after perfect_loop_nest_depth call.

From-SVN: r143188
gcc/ChangeLog
gcc/graphite.c
gcc/lambda-code.c
gcc/lambda.h
gcc/tree-data-ref.h
gcc/tree-loop-linear.c