Blame SOURCES/gcc48-tweaks.patch

4dd737
--- gcc/reload.h.mp	2021-01-20 20:20:33.565766631 -0500
4dd737
+++ gcc/reload.h	2021-01-20 20:20:48.437724432 -0500
4dd737
@@ -166,7 +166,7 @@ struct target_reload {
4dd737
      value indicates the level of indirect addressing supported, e.g., two
4dd737
      means that (MEM (MEM (REG n))) is also valid if (REG n) does not get
4dd737
      a hard register.  */
4dd737
-  bool x_spill_indirect_levels;
4dd737
+  unsigned char x_spill_indirect_levels;
4dd737
 
4dd737
   /* True if caller-save has been reinitialized.  */
4dd737
   bool x_caller_save_initialized_p;