This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Allow union variables to share stack slots wwith -fno-strict-aliasing (issue4444051)


On Wed, Apr 20, 2011 at 2:12 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> 2011-04-19 ?Easwaran Raman ?<eraman@google.com>
>>
>> ? ? ? * gcc/testsuite/gcc.dg/stack-layout-1.c: New
>> ? ? ? * gcc/cfgexpand.c (add_alias_set_conflicts): Add conflicts
>> ? ? ? with a variable containing union type only with
>> ? ? ? -fstrict-aliasing.
>
> You need an entry for each relevant ChangeLog, without prefixes:
>
>
> 2011-04-20 ?Easwaran Raman ?<eraman@google.com>
>
> ? ? ? ?* cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
> ? ? ? ?containing union type only with -fstrict-aliasing.
>
>
> 2011-04-20 ?Easwaran Raman ?<eraman@google.com>
>
> ? ? ? ?* gcc.dg/stack-layout-1.c: New test.
>
>
> --
> Eric Botcazou
>

Thanks. I've added them to the respective Changelog files and
committed the patch.

-Easwaran


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]