]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/omp-low.c
re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Jul 2010 06:59:56 +0000 (08:59 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 13 Jul 2010 06:59:56 +0000 (08:59 +0200)
commit2fed2012d551c7215e9a5a355d3b9bfe5a4c8545
treeb123c5327b8752f626c90a170c875178af34b826
parent88ce80316fbb4d001f08eb4c65dbb7ae88e0474f
re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)

PR debug/44901
* vec.h (VEC_block_remove): Fix comment.
* tree-ssa-live.c (remove_unused_locals): Don't use
VEC_unordered_remove on local_decls, instead replace a single
vector element in each iteration if at least one element had
to be removed and VEC_truncate at the end.
* omp-low.c (expand_omp_taskreg): Likewise.

From-SVN: r162126
gcc/ChangeLog
gcc/omp-low.c
gcc/tree-ssa-live.c
gcc/vec.h