[cfe-dev] scan-build gcc make weirdness

John Smith lbalbalba at gmail.com
Sun Sep 18 16:00:50 PDT 2011


On Mon, Sep 19, 2011 at 12:56 AM, Ted Kremenek <kremenek at apple.com> wrote:
> GCC bootstrap builds itself by first being built with the host compiler, then building itself with itself.  The compiler used in the second part, xgcc, is the product of the first phase.
>
> Everything is fine.  All the code you want to analyze is analyzed in the first phase, even though xgcc is used for the later part of the build.
>
Phew. Thanks.
[ me feel silly now ]




More information about the cfe-dev mailing list