re PR tree-optimization/26524 (ICE when compiling with -ffast-math and -O3 clatm5...
authorRoger Sayle <roger@eyesopen.com>
Fri, 3 Mar 2006 14:35:23 +0000 (14:35 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 3 Mar 2006 14:35:23 +0000 (14:35 +0000)
commit9a75ede07ca08c69fd38acafea04cc2e1a7bfd10
tree7da41b4b73ec8768b9f446eefe76692afed790e3
parent3fa9c136c3bed104251cba446fb9989504528e00
re PR tree-optimization/26524 (ICE when compiling with -ffast-math and -O3 clatm5.f (lapack))

PR tree-optimization/26524
* tree-scalar-evolution.c (interpret_rhs_modify_expr): Use
fold_convert to create a constant of the appropriate type.

* gfortran.dg/pr26524.f: New test case.

From-SVN: r111676
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr26524.f [new file with mode: 0644]
gcc/tree-scalar-evolution.c