Boost logo

Boost-Build :

Subject: Re: [Boost-build] Major engine changes
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-03 19:18:08


AMDG

On 12/03/2011 03:55 PM, Belcourt, K. Noel wrote:
>
> The issue is the optimizer, guess it can't handle your recent changes.
> bjam on SunOS is fine if built with gcc or built with Sun's compiler and
> lower optimization. Fails if either -xO4 or -fast is used. Building
> bjam with Sun compiler at -xO3 fixes the problem. I'll try to look at
> the AIX issues tomorrow.
>
> I'll checkin in a patch to build.jam to eliminate -fast and replace -xO4
> with -xO3.
>

Okay. It's probably an aliasing problem.
I noticed that -fno-strict-aliasing was
already passed for gcc. I'll see what
happens if I remove it.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk