Commit 9c3b4c8b by Richard Stallman

Include stdio.h before rtl.h.

From-SVN: r4884
parent c90fb4e6
...@@ -74,6 +74,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -74,6 +74,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
combine anyway. */ combine anyway. */
#include "config.h" #include "config.h"
/* Must precede rtl.h for FFS. */
#include <stdio.h>
#include "gvarargs.h" #include "gvarargs.h"
#include "rtl.h" #include "rtl.h"
#include "flags.h" #include "flags.h"
...@@ -87,7 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -87,7 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-attr.h" #include "insn-attr.h"
#include "recog.h" #include "recog.h"
#include "real.h" #include "real.h"
#include <stdio.h>
/* It is not safe to use ordinary gen_lowpart in combine. /* It is not safe to use ordinary gen_lowpart in combine.
Use gen_lowpart_for_combine instead. See comments there. */ Use gen_lowpart_for_combine instead. See comments there. */
......
...@@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h" #include "config.h"
/* Must precede rtl.h for FFS. */
#include <stdio.h>
#include "rtl.h" #include "rtl.h"
#include "regs.h" #include "regs.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
...@@ -27,7 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -27,7 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-config.h" #include "insn-config.h"
#include "recog.h" #include "recog.h"
#include <stdio.h>
#include <setjmp.h> #include <setjmp.h>
/* The basic idea of common subexpression elimination is to go /* The basic idea of common subexpression elimination is to go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment