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: C++ PATCH: PR 14401


Michael Matz wrote:

Hi Mark,

On Tue, 9 Mar 2004, Mark Mitchell wrote:



--- cp/init.c 9 Mar 2004 07:22:18 -0000
*************** perform_member_init (tree member, tree i
+ else if (CP_TYPE_CONST_P (type))
+ pedwarn ("uninitialized mber `%D' with `const' type `%T'",



"member"


Thanks, will fix.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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