summaryrefslogtreecommitdiff
path: root/gcc48-tweaks.patch
blob: 503672690af4466e80998b5ff24e3ebebd5b895e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/reload.h.mp	2021-01-20 20:20:33.565766631 -0500
+++ gcc/reload.h	2021-01-20 20:20:48.437724432 -0500
@@ -166,7 +166,7 @@ struct target_reload {
      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;