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: bootstrap broken on mainline for targets not using DFA


Richard Henderson wrote:

On Tue, Jun 08, 2004 at 10:13:25PM +0200, Bernardo Innocenti wrote:


+#ifdef INSN_SCHEDULING

#include "config.h"



That's too early for INSN_SCHEDULING to ever be defined.


Ops... Richard, thanks for the email. I've missed this. Bernado, please ignore my previous email. Ifdef should be at least after sched-int.h. Better to put if after all includes. Otherwise, all ports using a pipeline decription will be broken.

Vlad






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