From 9c3b4c8be31b5a7a12590c518c49fb19fd951736 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 9 Jul 1993 05:09:25 +0000 Subject: [PATCH] Include stdio.h before rtl.h. From-SVN: r4884 --- gcc/combine.c | 4 +++- gcc/cse.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/combine.c b/gcc/combine.c index 3763ab35f79..5b44d66bc49 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -74,6 +74,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ combine anyway. */ #include "config.h" +/* Must precede rtl.h for FFS. */ +#include + #include "gvarargs.h" #include "rtl.h" #include "flags.h" @@ -87,7 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-attr.h" #include "recog.h" #include "real.h" -#include /* It is not safe to use ordinary gen_lowpart in combine. Use gen_lowpart_for_combine instead. See comments there. */ diff --git a/gcc/cse.c b/gcc/cse.c index f85d0f92adb..81a144a6eab 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" +/* Must precede rtl.h for FFS. */ +#include + #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" @@ -27,7 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-config.h" #include "recog.h" -#include #include /* The basic idea of common subexpression elimination is to go -- 2.30.2