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]
Other format: [Raw text]

Re: C compile time


--- "Joseph S. Myers" <jsm28@cam.ac.uk> wrote:
> On Tue, 17 Jun 2003, Dara Hazeghi wrote:
> 
> > gcc version     -O0     -O1     -O2     -O3
> 
> Could you also do tests with -fsyntax-only (the
> difference between
> -fsyntax-only and -O0 being all the code generation
> work outside the front
> end that still needs to be done at -O0)?

Good idea. Unfortunately I don't have a good idea how
to do this. With gcc 2.7.2.3-2.91.66, I can do this
easily. But with 2.95.X, -fsyntax-only is badly
broken, and with 3.X, no object files are created,
seriously confusing make. Any suggestions? I guess I
could change around the makefiles, but that'll take a
good bit of work... Thanks,

Dara

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


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