On Wed, Apr 20, 2011 at 2:12 AM, Eric Botcazou <ebotca...@adacore.com> wrote: >> 2011-04-19 Easwaran Raman <era...@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 <era...@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 <era...@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