This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap broken on mainline for targets not using DFA
- From: Vladimir Makarov <vmakarov at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Bernardo Innocenti <bernie at develer dot com>, Mostafa Hagog <MUSTAFA at il dot ibm dot com>, gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Tue, 08 Jun 2004 16:30:27 -0400
- Subject: Re: bootstrap broken on mainline for targets not using DFA
- References: <OF95B8C779.79B87E06-ONC2256E9E.004E0924-C2256E9E.004F0558@il.ibm.com> <40C61DE5.7000307@develer.com> <20040608202236.GA2757@redhat.com>
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