Re: r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Chris Bieneman via cfe-commits
11:15:44 AM >> Subject: r245304 - We shouldn't need to pass -fno-strict-aliasing when >> building clang with clang. >> >> Author: cbieneman >> Date: Tue Aug 18 11:15:44 2015 >> New Revision: 245304 >> >> URL: >> https://urldefense.proofp

Re: r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Hal Finkel via cfe-commits
- Original Message - > From: "Chris Bieneman via cfe-commits" > To: cfe-commits@lists.llvm.org > Sent: Tuesday, August 18, 2015 11:15:44 AM > Subject: r245304 - We shouldn't need to pass -fno-strict-aliasing when > building clang with clang. > > Aut

Re: r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Reid Kleckner via cfe-commits
On Tue, Aug 18, 2015 at 11:26 AM, Chris Bieneman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > > I don’t have access to gcc to test removing the flag there. I see no > reason not to remove it for gcc, but I haven’t and can’t test it. Someone > else will need to test it before committing.

Re: r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Chris Bieneman via cfe-commits
> On Aug 18, 2015, at 10:48 AM, Nico Weber wrote: > > On Tue, Aug 18, 2015 at 9:15 AM, Chris Bieneman via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > Author: cbieneman > Date: Tue Aug 18 11:15:44 2015 > New Revision: 245304 > > URL: http://llvm.org/viewvc/llvm-project?rev=245304

Re: r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Nico Weber via cfe-commits
On Tue, Aug 18, 2015 at 9:15 AM, Chris Bieneman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: cbieneman > Date: Tue Aug 18 11:15:44 2015 > New Revision: 245304 > > URL: http://llvm.org/viewvc/llvm-project?rev=245304&view=rev > Log: > We shouldn't need to pass -fno-strict-aliasing

r245304 - We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-18 Thread Chris Bieneman via cfe-commits
Author: cbieneman Date: Tue Aug 18 11:15:44 2015 New Revision: 245304 URL: http://llvm.org/viewvc/llvm-project?rev=245304&view=rev Log: We shouldn't need to pass -fno-strict-aliasing when building clang with clang. Summary: The code comments in the Makefile indicate this was put in place to supp