re PR tree-optimization/53163 (crash due to null ptr deref)
authorJakub Jelinek <jakub@redhat.com>
Wed, 2 May 2012 09:55:32 +0000 (11:55 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 2 May 2012 09:55:32 +0000 (11:55 +0200)
commit795e8869fd8be77f9221f1b3884b228601f7c7d6
tree29483f94c7fd8e951808091e6445ac4ed0428961
parent6aae324cce99057e81876888e5f83e20bad9f55d
re PR tree-optimization/53163 (crash due to null ptr deref)

PR tree-optimization/53163
* tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
return value from compute_all_dependences.

* gcc.c-torture/compile/pr53163.c: New test.

From-SVN: r187038
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr53163.c [new file with mode: 0644]
gcc/tree-ssa-phiopt.c