------- Comment #2 from borntraeger at de dot ibm dot com 2010-05-20 12:28 ------- Created an attachment (id=20709) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20709&action=view) new version of the fix.
There is actually a second bug :-( We not only have to replace step with stepsize (a=a+b*b vs. a=a+b*c) we also have to fix the fact that we changed a=a+b*c to a=(a+b)*c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44203