svn commit: r209153 - head/lib/clang

Ulrich Spörlein uqs at spoerlein.net
Mon Jun 14 17:26:10 UTC 2010


On Mon, 14.06.2010 at 06:23:47 +0000, Ed Schouten wrote:
> Author: ed
> Date: Mon Jun 14 06:23:47 2010
> New Revision: 209153
> URL: http://svn.freebsd.org/changeset/base/209153
> 
> Log:
>   Unbreak Clang on PowerPC.
>   
>   It seems GCC 4.2.1 on PowerPC miscompiles Clang, causing it to crash
>   when building even simple Hello World applications. Switch back to -O1
>   for this architecture.

What about clang compiled using clang -O2? Ie., does clang bootstrap
correctly on PPC and this is a genuine gcc 4.2.1 bug?

Regards,
Uli


More information about the svn-src-head mailing list