[cfe-dev] clang-cc -ast-print-xml errors

Eli Friedman eli.friedman at gmail.com
Tue Sep 15 16:58:03 PDT 2009


On Tue, Sep 15, 2009 at 4:52 PM, Craig Mortensen <mortay at apple.com> wrote:
> I still get this error though:
>
> In file included from /System/Library/Frameworks/
> CoreServices.framework/Frameworks/CarbonCore.framework/Headers/
> MachineExceptions.h:29:
> /Developer/usr/lib/clang/1.0/include/xmmintrin.h:41:10: error:
> incompatible type returning 'int', expected '__m128'
>   return __builtin_ia32_addss(a, b);
>          ^~~~~~~~~~~~~~~~~~~~~~~~~~

That indicates that clang is using the headers from an older version
of clang; I don't know how you ended up in that situation, though.

-Eli




More information about the cfe-dev mailing list