https://gcc.gnu.org/g:f9e63ebcf60964fdc3b84c9b7fd7f19a9bf35b04
commit r16-874-gf9e63ebcf60964fdc3b84c9b7fd7f19a9bf35b04 Author: Segher Boessenkool <seg...@kernel.crashing.org> Date: Tue May 20 22:01:30 2025 +0000 rs6000: Remove include of reload.h As one of the last steps in removing old reload, I'll delete the reload.h header file. It would be a bit embarrassing if that stopped the target I am responsible for from working, so let's prevent that. We do not actually use anything from this header file (checked by building with this patch, and make check has identical results as well), so it was easy for our port. Many other ports will be like this, but some will need some adjustments. I'll do cross builds of many ports before it is all over, but it would be good if other ports tried to remove reload.h from their includes as well :-) 2025-06-26 Segher Boessenkool <seg...@kernel.crashing.org> * config/rs6000/rs6000.cc: Remove include of reload.h . Diff: --- gcc/config/rs6000/rs6000.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc index 7ea377781034..7375c36e406d 100644 --- a/gcc/config/rs6000/rs6000.cc +++ b/gcc/config/rs6000/rs6000.cc @@ -55,7 +55,6 @@ #include "output.h" #include "common/common-target.h" #include "langhooks.h" -#include "reload.h" #include "sched-int.h" #include "gimplify.h" #include "gimple-iterator.h"