Commit f6d2e222 by Oleg Endo

re PR target/63260 ([SH] fabs, fneg do not need fp-mode setting and do not use fpscr)

gcc/testsuite/
	PR target/63260
	* gcc.target/sh/pr63260.c: Fix typo __builtin_fabs vs. __builtin_abs.

From-SVN: r216317
parent 745583f9
2014-10-16 Oleg Endo <olegendo@gcc.gnu.org>
PR target/63260
* gcc.target/sh/pr63260.c: Fix typo __builtin_fabs vs. __builtin_abs.
2014-10-16 Richard Biener <rguenther@suse.de>
PR middle-end/63554
......
......@@ -26,5 +26,5 @@ test_2 (float x)
double
test_3 (double x)
{
return __builtin_abs (x);
return __builtin_fabs (x);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment