]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/50836 (bootstrap fails due to error: no previous prototype for 'find_...
authorBernd Schmidt <bernds@codesourcery.com>
Mon, 24 Oct 2011 11:03:12 +0000 (11:03 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Mon, 24 Oct 2011 11:03:12 +0000 (11:03 +0000)
PR bootstrap/50836
* rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".

From-SVN: r180376

gcc/ChangeLog
gcc/rtlanal.c

index 8b4286105e49cd816e08c3303f1abe78a3d8812f..98dbe8147e4aebde39684d9014180696f8bbe922 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-24  Bernd Schmidt  <bernds@codesourcery.com>
+
+       PR bootstrap/50836
+       * rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".
+
 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
 
        * config/avr/avr.c: Break long lines.
index b98fa92cdae930e13eb65e1923458e5df2ba0a02..54d9eb1ef67f5c1591f701fc6a28696aa83ce9b6 100644 (file)
@@ -25,8 +25,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "diagnostic-core.h"
-#include "rtl.h"
 #include "hard-reg-set.h"
+#include "rtl.h"
 #include "insn-config.h"
 #include "recog.h"
 #include "target.h"