[cfe-commits] r57132 - in /cfe/trunk: include/clang/Basic/TargetInfo.h lib/Basic/Targets.cpp lib/Lex/Preprocessor.cpp
Eli Friedman
eli.friedman at gmail.com
Sun Oct 5 15:44:29 PDT 2008
On Sun, Oct 5, 2008 at 1:06 PM, Chris Lattner <sabre at nondot.org> wrote:
> it changes sizeof(long) to 16-bits (to match
> the size of pointer).
Doesn't this violate the C standard? AFAIK, long is required to be at
least 32 bits.
-Eli
More information about the cfe-commits
mailing list