Include stdio.h before rtl.h.
authorRichard Stallman <rms@gnu.org>
Fri, 9 Jul 1993 05:09:25 +0000 (05:09 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 9 Jul 1993 05:09:25 +0000 (05:09 +0000)
From-SVN: r4884

gcc/combine.c
gcc/cse.c

index 3763ab35f79b93f7cc303eb4c3ef905b6bc34bb8..5b44d66bc49681a1f17de1e2a7fea8822cae1d5b 100644 (file)
@@ -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 <stdio.h>
+
 #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 <stdio.h>
 
 /* It is not safe to use ordinary gen_lowpart in combine.
    Use gen_lowpart_for_combine instead.  See comments there.  */
index f85d0f92adb99f3af5ab029a2491eb8dd85e684d..81a144a6eab35663d86fe46182ade2c3f52727ff 100644 (file)
--- 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 <stdio.h>
+
 #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 <stdio.h>
 #include <setjmp.h>
 
 /* The basic idea of common subexpression elimination is to go