]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal compiler...
authorJakub Jelinek <jakub@redhat.com>
Tue, 18 Sep 2012 13:03:09 +0000 (15:03 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 18 Sep 2012 13:03:09 +0000 (15:03 +0200)
commit1d61ee4252f7b906b37bb284e3b4616ebe61eaf6
treec2579f37de05ea800ee4f7725ecdcacb4e090e03
parent6889a65081852d52914d24abd76f3a227a2929c5
re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal compiler error) on x86 AVX targets)

PR tree-optimization/54610
* tree-ssa-forwprop.c: Include optabs.h.  Don't include
tree-vectorizer.h.
(simplify_vector_constructor): Don't use vect_gen_perm_mask,
instead create the mask constant here.
* Makefile.in (tree-ssa-forwprop.o): Depend on $(OPTABS_H).
Don't depend on $(TREE_VECTORIZER_H).

* gcc.target/i386/pr54610.c: New test.

From-SVN: r191421
gcc/ChangeLog
gcc/Makefile.in
gcc/testsuite/ChangeLog
gcc/tree-ssa-forwprop.c