diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:49:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:49:16 +0000 |
commit | a7b7e4a7981e56c8a7f015a6890a9bc70e77d277 (patch) | |
tree | 22200b7326b32ca672ffb6e4ce6d19a09dc476e5 /gcc48-tweaks.patch | |
parent | 28ea859f51e6ad6daf821902dabb4dec086ab981 (diff) |
automatic import of compat-libgfortran-48openeuler24.03_LTS
Diffstat (limited to 'gcc48-tweaks.patch')
-rw-r--r-- | gcc48-tweaks.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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; |