On Sat, Dec 14, 2013 at 7:24 AM, Eric Botcazou <ebotca...@adacore.com> wrote: > This fixes an oversight in the recent change to var-tracking.c > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg02007.html > whereby union types are not treated in a consistent way. > > Tested on x86_64-suse-linux, applied on the mainline as obvious. > > > 2013-12-14 Eric Botcazou <ebotca...@adacore.com> > > * var-tracking.c (add_stores): Fix oversight in latest commit. > > > 2013-12-14 Eric Botcazou <ebotca...@adacore.com> > > * gcc.dg/pr59350.c: New test. >
I checked in this patch: http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=3f899b097ac0188fc55c763afc1ccde5e2766027 to fix ChangeLog entries. -- H.J.