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]

Re: Make cc1 -help display all help


On Sat, Jan 06, 2001 at 12:20:48AM +0000, Neil Booth wrote:
> Zack Weinberg wrote:-
> 
> > +  if (pfile->help_only)
> > +    return (SUCCESS_EXIT_CODE);
> 
> I'd like to get no clients dereferencing pfile, so we can make it
> opaque.  fix-header is almost there, I believe.  cppmain.c still has a
> ways to go.  I believe the front-ends are nearly there, too.

I put it there because it didn't seem to belong in the options.  I
agree we ought to think of some other way in the future.

zw

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