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: mingw support for I32/I64 MS printf formatters to c-format.c


On Thu, 12 Apr 2007, Kai Tietz wrote:

> I suggest as first part of the patch to c-format.c the following. What are 
> you think about this ?

You are adding a structure, variables and function without the required 
comments, using an undocumented target macro.  I have no idea what this 
patch is supposed to be doing.

Start with user documentation for the new feature.  Then the testsuite 
changes that will be used to validate that the new feature has the desired 
semantics.  Then the documentation of any new target macros.  Only then 
the implementation.

-- 
Joseph S. Myers
joseph@codesourcery.com


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