------- Comment #2 from rguenth at gcc dot gnu dot org 2006-06-22 09:26 ------- Confirmed. Requires -O -fforce-addr -march=i686.
void math_round() { double x; foo(x, __builtin_copysign(bar(), x)); } works on the mainline. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-06-22 09:26:22 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28132