From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
Philipp Stephani wrote:
> intmax_t could differ between compilers even on the
> same machine, which would silently break compatibility.
Doesn't sound very likely.
=C2=A0 intmax_t is hardwired into the C library.=C2=A0 If<= div>
compilers disagree about its size, printf would stop working.
=C2=A0 Any
incompatibility this extreme would require treating the different compilers= like
we treat any other differences in platform: you need to recompile your modu= le.