public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [SH][committed] Fix typo in PR 63260 testcase
@ 2014-10-16 12:40 Oleg Endo
  0 siblings, 0 replies; only message in thread
From: Oleg Endo @ 2014-10-16 12:40 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

Hi,

I've committed the attached obvious patch as r216317.

Cheers,
Oleg

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

[-- Attachment #2: sh_pr63260_1.patch --]
[-- Type: text/x-patch, Size: 340 bytes --]

Index: gcc/testsuite/gcc.target/sh/pr63260.c
===================================================================
--- gcc/testsuite/gcc.target/sh/pr63260.c	(revision 216313)
+++ gcc/testsuite/gcc.target/sh/pr63260.c	(working copy)
@@ -26,5 +26,5 @@
 double
 test_3 (double x)
 {
-  return __builtin_abs (x);
+  return __builtin_fabs (x);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-16 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 12:40 [SH][committed] Fix typo in PR 63260 testcase Oleg Endo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).