public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4993] Modula-2, testsuite: No 96 bit floating type on Darwin.
@ 2023-01-04 14:51 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2023-01-04 14:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:181afe5ca60930593e7556ea7f2a71c80f5f4dbf

commit r13-4993-g181afe5ca60930593e7556ea7f2a71c80f5f4dbf
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Sat Dec 31 13:59:41 2022 +0000

    Modula-2, testsuite: No 96 bit floating type on Darwin.
    
    The realbitscast.mod is currently failing on x86_64 and aarch64
    Darwin since they do not have a 96b floating type.  Disable the
    type for all Darwin arches.
    
    gcc/testsuite/ChangeLog:
    
            * gm2/iso/pass/realbitscast.mod: Disable REAL96 on Darwin.

Diff:
---
 gcc/testsuite/gm2/iso/pass/realbitscast.mod | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gm2/iso/pass/realbitscast.mod b/gcc/testsuite/gm2/iso/pass/realbitscast.mod
index 4da57777cee..438dc07bc64 100644
--- a/gcc/testsuite/gm2/iso/pass/realbitscast.mod
+++ b/gcc/testsuite/gm2/iso/pass/realbitscast.mod
@@ -28,11 +28,10 @@ FROM SYSTEM IMPORT CAST, WORD ;
 #elif defined(__ppc__)
 #   undef HAVE_REAL96
 #elif defined(__ia64)
-#   undef HAVE_REAL69
-#elif defined(__APPLE__) && defined(__i386__)
 #   undef HAVE_REAL96
 #elif defined(__APPLE__)
-#   define HAVE_REAL96
+(* No 96 bit floating type on Apple platforms *)
+#   undef HAVE_REAL96
 #endif

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

only message in thread, other threads:[~2023-01-04 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 14:51 [gcc r13-4993] Modula-2, testsuite: No 96 bit floating type on Darwin Iain D Sandoe

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