On Wed, Nov 30, 2011 at 8:05 PM, Andrew Pinski <andrew.pin...@caviumnetworks.com> wrote: > Hi, > With C++11's decl initialization for non static members, the > DECL_INITIAL for FIELD_DECLs contains stuff which we don't need to > keep around after the front-end is done. This patch clears them in > the free_lang_data pass. > > OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.
Ok. Thanks, Richard. > Thanks, > Andrew Pinski > > ChangeLog: > * tree.c (free_lang_data_in_decl): Clear FIELD_DECL's DECL_INITIAL also. > > testsuite/ChangeLog: > * g++.dg/torture/pr51198.C: New testcase.