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/C] Break out C options into a separate file


I have some suggestions:

1. Please please put the '--help' output in the file with the options, if
   at all possible.  (In fact, it'd be pretty cool if the documentation could
   go there too, because that way adding an extra option would require
   changing only one place.)

2. You might want to consider using a C program, rather than a shell script,
   to parse the options file; that might be more maintainable in the long run.
   (Or maybe not, but think about it.)

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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