Re: Allow compile with CONFIG_DEBUG_INFO=y, X86_PAE not set on gcc 3.4.5

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Thursday, August 7, 2008 - 11:37 pm

Simon Horman wrote:

We resolved the other report by saying that gcc 3.4.4 is broken. It 
seems 3.4.5 is as well.  Could you just update the compiler?  I'd rather 
not have to clutter the code with more ifdefs if we can possibly avoid it.

Does putting

	if (PREALLOCATED_PMDS == 0)
		return;


before the for loop help?

    J


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Allow compile with CONFIG_DEBUG_INFO=y, X86_PAE not se ..., Jeremy Fitzhardinge, (Thu Aug 7, 11:37 pm)
Re: [Xen-devel] Re: Allow compile with CONFIG_DEBUG_INFO=y ..., Jeremy Fitzhardinge, (Fri Aug 8, 8:21 am)
Re: [Xen-devel] Re: Allow compile with CONFIG_DEBUG_INFO=y ..., Jeremy Fitzhardinge, (Fri Aug 8, 11:01 am)
[PATCH] x86: work around gcc 3.4.x bug, Jeremy Fitzhardinge, (Fri Aug 8, 1:46 pm)
Re: [PATCH] x86: work around gcc 3.4.x bug, Simon Horman, (Fri Aug 8, 11:29 pm)
Re: [PATCH] x86: work around gcc 3.4.x bug, Ingo Molnar, (Mon Aug 11, 9:44 am)