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: Building GCC


On 29 Sep 2004, nico spake:
> 			
> On Sep 28, 2004, at 5:37 PM, Dave Korn wrote:
> 
>>   Just add the option "-o /dev/null" on your compile command line to achieve the
>> same effect!
> 
> I think it doesn't work.

That's actually close to what -fsyntax-only does, so it *does* work.

What it doesn't do is rmeove the backend, entirely disable the backend,
or, for that matter, arrange to emit the intermediate trees or RTL in
all their detail.

That is, as Ian said, not supported.

-- 
`I agree that school is a learning environment, and learning to
 intimidate others -- aka "social skills" -- is part of that.'
   --- jabberwocky


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