Commit d94cde01 by Neil Booth Committed by Neil Booth

* c-common.c (c_common_init): Use intmax_t for now.

From-SVN: r53935
parent 248a9163
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment