Subject: Re: Turning off optimization on selected files.
To: Eduardo Horvath <eeh@turbolinux.com>
From: Simon Burge <simonb@netbsd.org>
List: tech-kern
Date: 06/09/2000 08:58:35
Eduardo Horvath wrote:

> Fine.  I'm happy as long as I can override things and don't need to
> compile individual files by hand.

What would be really knarly would be something like

	#pragma noopt
		``bad'' code here
	#pragma defopt

either at a statement or function level, where '#pragma defopt' would
reset optimisation back to whatever was specified on the command line...
Is this even remotes feasible in gcc?

Simon.