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 wi

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

2008-03-07 Thread Chris Dukes
No joy. xlc -fno-strict-aliasing -c -o conftest.o confest.c will work Follow that with xlc -fno-strict-aliasing -c -o conftest conftest.o and it'll error with ld: 0706-005 Cannot find or open file: no-strict-aliasing ld:fopen(): A file or directory in the path name does not exist. This is