front-end that translate C++ to C
Tom Tromey
tromey@redhat.com
Mon Jul 25 19:00:00 GMT 2005
>>>>> "Dan" == Daniel Berlin <dberlin@dberlin.org> writes:
Dan> You can't take the output of the gcc llvm frontend on one platform, and
Dan> run it on another, like cfront could.
Dan> The sizes, alignments, etc, of things will be different, where people
Dan> use sizeof(x), etc, in their code.
Dan> Unless you hacked up the C frontend to give you sizeof_expr, etc.
Even then you would run into '#if WORDS_BIGENDIAN' and the like...
Tom
More information about the Gcc
mailing list