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: Patch to deconstify structure members in c-format.c


On Fri, 30 May 2003, Kaveh R. Ghazi wrote:

> The redundancy is currently harmless, but if we want to also allocate
> dynamic struct copies and assign their values, such as in extended
> format checking, then the members should be mutable.  This is
> necessary both in my incremental checking patch as well as in any
> final extensible version, so I split it out.

I did point this out when you added those consts 
<http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00246.html>.

This patch is OK.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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