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: [PATCH] Fix ASM_DEBUG_SPEC definition


On Tue, Nov 27, 2001 at 02:20:29PM -0800, Richard Henderson wrote:
> On Tue, Nov 27, 2001 at 10:14:30PM +0100, Jakub Jelinek wrote:
> > 	* gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
> > 	preprocessor define.  If only DBX_DEBUGGING_INFO or only
> > 	DWARF2_DEBUGGING_INFO is supported for the target, provide
> > 	appropriate definitions.
> 
> Does K&R fold constant ?: in variable initializations?

I don't know. I have tried gcc -traditional -W -Wall, but that doesn't say
anything.
Can anyone with a truly K&R compiler test it out?

	Jakub


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