You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Bojan Smojver <bo...@rexursive.com> on 2008/03/07 22:17:27 UTC

Re: Forcing -fno-strict-aliasing to all compiles breaks compiles with xlc/xlc_r

On Fri, 2008-03-07 at 12:22 -0700, Chris Dukes wrote:

> Your test is including the '-c', allowing it to pass. 

OK. After I sent the patch, I realised that you toolchain only had a
problem with the whole thing during the link phase. Sorry :-(

Can you try replacing AC_COMPILE_IFELSE in my patch with AC_LINK_IFELSE?
I just want to see if the test will produce the correct result. If it
does, I think the whole thing should be reworked to use both tests and
only if both pass use -fno-strict-aliasing.

-- 
Bojan