> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme > Sent: Monday, September 29, 2014 3:33 PM > ChangeLog are as follows: > > *** gcc/cp/ChangeLog *** > > 2014-09-26 Thomas Preud'homme <thomas.preudho...@arm.com> > > * decl.c (grokdeclarator): Set defaulted_int when defaulting to > int > because type is null. > > *** gcc/testsuite/ChangeLog *** > > 2014-10-26 Thomas Preud'homme <thomas.preudho...@arm.com> > > * g++.dg/torture/pr63366.C: New test.
Forgot the PR info. Here are the right ChangeLog: *** gcc/cp/ChangeLog *** 2014-09-26 Thomas Preud'homme <thomas.preudho...@arm.com> PR C++/63366 * decl.c (grokdeclarator): Set defaulted_int when defaulting to int because type is null. *** gcc/testsuite/ChangeLog *** 2014-10-26 Thomas Preud'homme <thomas.preudho...@arm.com> PR C++/63366 * g++.dg/torture/pr63366.C: New test. Best regards, Thomas