Blame SOURCES/gcc48-tweaks.patch

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