https://gcc.gnu.org/g:8f22fea3171a65a1c6db874a23b8ed9988ded9ba
commit r13-9099-g8f22fea3171a65a1c6db874a23b8ed9988ded9ba Author: Eric Botcazou <ebotca...@adacore.com> Date: Wed Oct 9 21:14:52 2024 +0200 Fix build failure caused by previous change gcc/ada/ PR ada/115535 * exp_put_image.adb: Remove clauses for Sem_Aux. Diff: --- gcc/ada/exp_put_image.adb | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/ada/exp_put_image.adb b/gcc/ada/exp_put_image.adb index 578637f3a3e2..4d7f8c228421 100644 --- a/gcc/ada/exp_put_image.adb +++ b/gcc/ada/exp_put_image.adb @@ -37,7 +37,6 @@ with Nlists; use Nlists; with Nmake; use Nmake; with Opt; use Opt; with Rtsfind; use Rtsfind; -with Sem_Aux; use Sem_Aux; with Sem_Util; use Sem_Util; with Sinfo; use Sinfo; with Sinfo.Nodes; use Sinfo.Nodes;