OSDN Git Service

* config/float-i128.h: Make sure __STDC__VERSION__ is defined
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 15:53:57 +0000 (15:53 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 15:53:57 +0000 (15:53 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46187 138bc75d-0d04-0410-961f-82ee72b054a4

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 b9028c3..7086dc3 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 f7ce3b3..c61c82f 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 27e3394..3e633d8 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 075f2ee..6abb4f2 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 b045fb3..735f742 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 c942b1d..837126b 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 0ff8d3b..598994b 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 307528e..f3c2583 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