diff --git a/patches/gcc-5.3.0/0024-gcc-reload-spill-bool.diff b/patches/gcc-5.3.0/0024-gcc-reload-spill-bool.diff new file mode 100644 index 0000000..66bb5a4 --- /dev/null +++ b/patches/gcc-5.3.0/0024-gcc-reload-spill-bool.diff @@ -0,0 +1,11 @@ +--- gcc-5.3.0/gcc/reload.h ++++ gcc-5.3.0.orig/gcc/reload.h +@@ -168,7 +168,7 @@ + value indicates the level of indirect addressing supported, e.g., two + means that (MEM (MEM (REG n))) is also valid if (REG n) does not get + a hard register. */ +- bool x_spill_indirect_levels; ++ unsigned char x_spill_indirect_levels; + + /* True if caller-save has been reinitialized. */ + bool x_caller_save_initialized_p;