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: Patch to fix -fsyntax-only


> Java people -- I take it you have a specifical functional need
> for -fsyntax-only working properly, and probably make use of
> areas of the front end that g77 doesn't.

Yes - when compiling Java source to bytecode, the gcj front-end
passes the flags -fsyntax-only -femit-class-files to jc1.

So, from our point of view, -fsyntax-only should suppress any
generation or RTL or assembly code, but not suppress generation
of tree nodes, error checking, or semantic analysis.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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