public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH PR65647]Fix as obvious, Fix case failure by adding option "-mfloat-abi=soft"
@ 2015-04-07  9:08 Bin Cheng
  0 siblings, 0 replies; only message in thread
From: Bin Cheng @ 2015-04-07  9:08 UTC (permalink / raw)
  To: gcc-patches

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

Hi,
I applied attached patch to both trunk and 4_9 branch as obviously discussed
in PR65647.

Thanks,
bin

gcc/testsuite/ChangeLog
2015-04-07  Bin Cheng  <bin.cheng@arm.com>

	* gcc.target/arm/pr65647.c: Add option "-mfloat-abi=soft".



[-- Attachment #2: pr65647-soft.txt --]
[-- Type: text/plain, Size: 542 bytes --]

diff --git a/gcc/testsuite/gcc.target/arm/pr65647.c b/gcc/testsuite/gcc.target/arm/pr65647.c
index 686eb58..d3b44b2 100644
--- a/gcc/testsuite/gcc.target/arm/pr65647.c
+++ b/gcc/testsuite/gcc.target/arm/pr65647.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-march=armv6-m -mthumb -O3 -w" } */
+/* { dg-options "-march=armv6-m -mthumb -O3 -w -mfloat-abi=soft" } */
 
 a, b, c, e, g = &e, h, i = 7, l = 1, m, n, o, q = &m, r, s = &r, u, w = 9, x,
   y = 6, z, t6 = 7, t8, t9 = 1, t11 = 5, t12 = &t8, t13 = 3, t15,



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

only message in thread, other threads:[~2015-04-07  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07  9:08 [PATCH PR65647]Fix as obvious, Fix case failure by adding option "-mfloat-abi=soft" Bin Cheng

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).