OSDN Git Service

Include stdio.h before rtl.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 1993 05:09:25 +0000 (05:09 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 1993 05:09:25 +0000 (05:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4884 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/combine.c
gcc/cse.c

index 3763ab3..5b44d66 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 f85d0f9..81a144a 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