Re: "make buildworld" fails with gcc34 on CURRENT.
On Thu, Aug 26, 2004 at 09:19:38AM -0700, Matthew Dillon wrote:
> The GCC-3.4's optimizer removes code it thinks is not used, including
> the linker-sets it thinks are unreferenced (but actually are).
> I think FreeBSD found a solution to this but I haven't had time to
> track it down.
This should work now, but I want to warn against doing -O2 with gcc34
at the moment. There are some places where this does generate bad code,
because -fstrict-alignment isn't fully supported by all of our code, yet.
Joerg
>
> -Matt
> Matthew Dillon
> <dillon@backplane.com>
討論串 (同標題文章)
完整討論串 (本文為第 8 之 8 篇):