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: RFA: fix valgrind failures 3/3



On Jan 25, 2005, at 2:42 PM, Joern RENNECKE wrote:



The third problem that was found with valgrind on 3.4.3 was when parsing a
numeric literal. The numeric literal case has been rewritten the current
mainline, which should have taken care of this particular problem, but
it appears we still need an initialization to cover the case of
an initializer that consists of an empty pair of curly braces.


2005-01-21 J"orn Rennecke <joern.rennecke@st.com>

* parse.c (cp_parser_initializer_clause): Initialize *non_constant_p.

This is PR 18370 by the way.


-- Pinski


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