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

2008-03-07 Thread Chris Dukes
making use of '-qipa' in optimization (Not that it makes much sense for this package). Thanks, Chris Dukes Bojan Smojver [EMAIL PROTECTED] 03/02/2008 05:32 PM To Chris Dukes/Durham/Contr/[EMAIL PROTECTED] cc apreq-dev@httpd.apache.org Subject Re: Forcing -fno-strict-aliasing to all compiles

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

2008-03-07 Thread Bojan Smojver
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

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

2008-03-02 Thread Bojan Smojver
On Fri, 2008-02-29 at 12:54 -0500, Chris Dukes wrote: xlc_r -qcpluscmt Yeah, we should only use -fno-strict-aliasing with GCC. -- Bojan

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

2008-03-02 Thread Bojan Smojver
On Mon, 2008-03-03 at 09:03 +1100, Bojan Smojver wrote: Yeah, we should only use -fno-strict-aliasing with GCC. Can you let me know if this helps? You'll need to run buildconf, of course... -- Bojan Index: acinclude.m4 === ---