]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 16 May 2012 14:39:32 +0000 (14:39 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Wed, 16 May 2012 14:39:32 +0000 (14:39 +0000)
commitf002c19630174a63fea9517e3f1202cd702aa67d
tree04a19dfbfe937f4f6dfdd09b2c9d5029ed6c2cd3
parent8294b6fe4d3311b335dfddc90eeeee2ebd1ddb12
re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)

gcc:

2012-05-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/53217
* tree-ssa-reassoc.c (bip_map): New static variable.
(possibly_move_powi): Move feeding multiplies with __builtin_powi call.
(attempt_builtin_powi): Save feeding multiplies on a stack.
(reassociate_bb): Create and destroy bip_map.

gcc/testsuite:

2012-05-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/53217
* gfortran.dg/pr53217.f90: New test.

From-SVN: r187595
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr53217.f90 [new file with mode: 0644]
gcc/tree-ssa-reassoc.c