------- Comment #1 from joseph at codesourcery dot com 2009-07-30 23:45 ------- Subject: Re: New: missed optimization: x + (-y * z * z) => x - y * z * z
Note that -frounding-math should disable the proposed optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40921