From 82711f6567ef069eebb942e382e2c3fa61fbf538 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:23:42 +0000 Subject: automatic import of compat-libgfortran-48 --- gcc48-tweaks.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gcc48-tweaks.patch (limited to 'gcc48-tweaks.patch') diff --git a/gcc48-tweaks.patch b/gcc48-tweaks.patch new file mode 100644 index 0000000..5036726 --- /dev/null +++ b/gcc48-tweaks.patch @@ -0,0 +1,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; -- cgit v1.2.3