public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6856] Fortran: fix preprocessor condition
@ 2022-01-25 10:36 Franथईois-Xavier Coudert
  0 siblings, 0 replies; only message in thread
From: Franथईois-Xavier Coudert @ 2022-01-25 10:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0d56eb93aa6e58328fbf679a4839bfaef5c05f5c

commit r12-6856-g0d56eb93aa6e58328fbf679a4839bfaef5c05f5c
Author: Francois-Xavier Coudert <fxcoudert@gmail.com>
Date:   Tue Jan 25 11:35:56 2022 +0100

    Fortran: fix preprocessor condition
    
    libgfortran/ChangeLog:
    
            * ieee/issignaling_fallback.h: fix preprocessor condition.

Diff:
---
 libgfortran/ieee/issignaling_fallback.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgfortran/ieee/issignaling_fallback.h b/libgfortran/ieee/issignaling_fallback.h
index e824cf8c59b..4632bc510f7 100644
--- a/libgfortran/ieee/issignaling_fallback.h
+++ b/libgfortran/ieee/issignaling_fallback.h
@@ -137,7 +137,7 @@ __issignalingl (long double x)
   return ret || (((exi & 0x7fff) == 0x7fff) && (hxi > 0xc0000000));
 }
 
-#elif (__LDBL_DIG__ = 33) && __LDBL_IS_IEC_60559__
+#elif (__LDBL_DIG__ == 33) && __LDBL_IS_IEC_60559__
 
 /* Long double is 128-bit type.  */


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

only message in thread, other threads:[~2022-01-25 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 10:36 [gcc r12-6856] Fortran: fix preprocessor condition Franथईois-Xavier Coudert

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