* c-common.c (c_common_init): Use intmax_t for now.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 27 May 2002 17:19:44 +0000 (17:19 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 27 May 2002 17:19:44 +0000 (17:19 +0000)
From-SVN: r53935

gcc/ChangeLog
gcc/c-common.c

index 302a7d4703dbbbd29e72e2a1720b288cc7eb954d..6274dc98b942faa87a6895be6a15eeb702dd86ee 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-common.c (c_common_init): Use intmax_t for now.
+
 2002-05-24  Andrew Haley  <aph@redhat.com>
 
        * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
index 421f7f267eddf2dea3b1609366efc2adbe9a2863..4a4c06074de27bf93c71f1ac575d81eab63abc9e 100644 (file)
@@ -4488,7 +4488,7 @@ c_common_init (filename)
 
   /* Set up preprocessor arithmetic.  Must be done after call to
      c_common_nodes_and_builtins for wchar_type_node to be good.  */
-  if (flag_isoc99)
+  if (flag_isoc99 || 1)
     options->precision = TYPE_PRECISION (intmax_type_node);
   else
     options->precision = TYPE_PRECISION (long_integer_type_node);