float-i128.h: Make sure __STDC__VERSION__ is defined before using it.
authorHartmut Schirmer <SchirmerH@Innovative-Systems.de>
Thu, 11 Oct 2001 15:53:57 +0000 (15:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 11 Oct 2001 15:53:57 +0000 (15:53 +0000)
* config/float-i128.h: Make sure __STDC__VERSION__ is defined
before using it.
* config/float/i32.h: Likewise.
* config/float-i386.h: Likewise.
* config/float-i64.h: Likewise.
* config/float-m68k.h: Likewise.
* config/float-sh.h: Likewise.
* config/float-sparc.h: Likewise.

From-SVN: r46187

gcc/ChangeLog
gcc/config/float-i128.h
gcc/config/float-i32.h
gcc/config/float-i386.h
gcc/config/float-i64.h
gcc/config/float-m68k.h
gcc/config/float-sh.h
gcc/config/float-sparc.h

index b9028c3d7d691ab428cb2027df6aef6699322b8d..7086dc368295b3249785200caf6d1de49d6d2e3e 100644 (file)
@@ -1,3 +1,14 @@
+2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
+
+       * config/float-i128.h: Make sure __STDC__VERSION__ is defined
+       before using it.
+       * config/float/i32.h: Likewise.
+       * config/float-i386.h: Likewise.
+       * config/float-i64.h: Likewise.
+       * config/float-m68k.h: Likewise.
+       * config/float-sh.h: Likewise.
+       * config/float-sparc.h: Likewise.
+
 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
 
        * doc/contrib.texi: Add note about CRIS port to my entry.
index f7ce3b34894164a6865bef513fcbc6b4221aeff2..c61c82f18ac580192c2ce73cebbc13cab4718473 100644 (file)
@@ -93,7 +93,7 @@
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 4932
 
-#if __STDC_VERSION__ >= 199901L
+#if  defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index 27e3394a5fb5276c8b00e4c71a3d74d02b09883a..3e633d8f38d989ed7d556cb03ed12a34c40ba77c 100644 (file)
@@ -93,7 +93,7 @@
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 38
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index 075f2eed7366eade783d55dd4b9562fd2ba84abe..6abb4f2b7b2be024080fd2ca4d791ef5010a719f 100644 (file)
@@ -94,7 +94,7 @@
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 4932
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index b045fb35eef042e88a4db970be52fad5259a1f0b..735f7423635070472749502df18944358d8f7271 100644 (file)
@@ -93,7 +93,7 @@
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 308
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index c942b1da913b4895124bec5595a62bc06b50a83c..837126b7de56ce3e9b46677135c47816ade45d1d 100644 (file)
@@ -94,7 +94,7 @@
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 4932
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index 0ff8d3b3cce78d7a0f6684aea19f4b6594828835..598994b5376c83b42bc783e7de8f237c818d99c3 100644 (file)
 #undef LDBL_MAX_10_EXP
 #define LDBL_MAX_10_EXP 308
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and
index 307528e07b3441ea637b6a972a86b16781655218..f3c258388b16e4ead14cef97e91629ba2a26c55e 100644 (file)
 
 #endif /* sparc32 */
 
-#if __STDC_VERSION__ >= 199901L
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    /* The floating-point expression evaluation method.
         -1  indeterminate
          0  evaluate all operations and constants just to the range and