re PR tree-optimization/32713 (ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:550)

PR tree-optimization/32713
	* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.

From-SVN: r126547
This commit is contained in:
Eric Botcazou 2007-07-11 10:29:17 +00:00 committed by Eric Botcazou
parent 4ac1edaf7f
commit 26b70b9f64
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-07-11 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/32713
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle REAL_CST.
2007-07-11 Paolo Carlini <pcarlini@suse.de>
PR middle-end/30482

View File

@ -529,6 +529,7 @@ copy_reference_ops_from_ref (tree ref, VEC(vn_reference_op_s, heap) **result)
case INTEGER_CST:
case COMPLEX_CST:
case VECTOR_CST:
case REAL_CST:
case VALUE_HANDLE:
case VAR_DECL:
case PARM_DECL: