gcc/ 2011-10-23 Mikael Pettersson PR bootstrap/50836 * rtlanal.c: Include hard-reg-set.h before rtl.h. --- gcc-4.7-20111022/gcc/rtlanal.c.~1~ 2011-10-21 15:35:44.000000000 +0200 +++ gcc-4.7-20111022/gcc/rtlanal.c 2011-10-23 13:27:50.000000000 +0200 @@ -25,8 +25,8 @@ along with GCC; see the file COPYING3. #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"