------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-20 00:31 ------- (In reply to comment #43) > (In reply to comment #42) > > Now it is back to out of ssa causing one extra BB. > I will try get a smaller testcase for this problem now. Thanks Zdenek for > fixing the IV-OPTs related > problem.
Here is the reduced fortran testcase (I tried to convert it to C but I must not be matching all the syntax correctly) and change the names so I would not get into trouble with SPEC: subroutine function11(max) parameter(maxindex=64) common array1(maxindex),array2(maxindex) save do 20 j=1,max array1(j)=array2(j) 20 continue return end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19038