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: integrated -save-temps and the death of specs


> I'm still confused as to why the change to cppmain.c is so large?

most of the variables and functions needed to be renamed because
they could potentially cause namespace conflicts.  especially the
callbacks.

> lines, and removing main() and general_init()?  You're exporting a lot
> of stuff, but I don't know why.

zack mentioned eventually moving cpplib to a toplevel director so
gdb (and others) could use it.  eventually someone will want to
access these functions.

> Also, would you check that --help and --target-help still behave as
> expected?  They had a quick-exit route in do_preprocessing as well.

done

--
Aldy Hernandez                                E-mail: aldyh@redhat.com
Professional Gypsy Lost in Australia
Red Hat, Inc.


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