This is the mail archive of the gcc@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]

Re: Missing documentation


On Sat, Jun 09, 2001 at 12:54:43PM -0700, Mark Mitchell wrote:

[undocumented options: ...]
>
>      -print-multi-lib
>      -print-multi-directory

I believe these are only used for arcane purposes during the build of
GCC itself.  That doesn't mean they shouldn't be documented, but
perhaps invoke.texi is not the best place.

I could of course be mistaken about this.

>      -aux-info

This dumps information about function prototypes to a file argument.
I believe its primary use is while setting up fixproto.  It could be
useful outside GCC, but the format of the output should be documented
as well as the option itself.

I think it's C specific.

>      -fpreprocessed

This is for internal use, mostly; the driver passes it to cc1 when
it's fed an .i file.  It'll be mentioned in cpp.texi after I check in
the rewrite (today, I hope).  Should it also appear in invoke.texi?

-- 
zw   The beginning of almost every story is actually a bone, something with
     which to court the dog, which may bring you closer to the lady.
     	-- Amos Oz, _The Story Begins_


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