------- Comment #1 from paolo dot carlini at oracle dot com  2009-08-17 18:38 
-------
Note, this isn't C++ specific:

int main()
{
  double x = -10.0;
  __builtin_printf("%g\n", __builtin_pow(x * x, 0.25));
}

Richard, can you have a look? It's hot here ;) but first blush I don't see why
fast-math is so special here...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41094

Reply via email to