Re: [PATCH] Add strict aliasing warning when inlining function.
Hi Andrew, I configure my gcc only to c language family. Sorry for my sloppy. I have not run the test yet either. I only run my test manually. That will be patch v2 soon. -- Lin Zuojian
Re: [PATCH] Add strict aliasing warning when inlining function.
On Mon, Aug 18, 2014 at 9:35 PM, lin zuojian wrote: > Hi, > I want to add a warning to inlining function when violate strict > aliasing. > See bug: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60546 > For details. > > * tree-inline.c (global): Add new include to c-family/c-co