http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027
John David Anglin <danglin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amylaar at gcc dot gnu.org
Component|translation |tree-optimization
--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2013-04-29
15:33:33 UTC ---
Introduced in r197668:
2013-04-10 Joern Rennecke <[email protected]>
PR tree-optimization/55524
* tree-ssa-math-opts.c
(convert_mult_to_fma): Don't use an fms construct
when we don't have an fms operation, but fnma, and it looks
likely that we'll be able to use the latter.