https://gcc.gnu.org/g:04223dc18c626eb6e841e2c0bf3cb1fa91c9ed91
commit r16-1455-g04223dc18c626eb6e841e2c0bf3cb1fa91c9ed91 Author: Tonu Naks <n...@adacore.com> Date: Fri Apr 4 14:38:35 2025 +0000 ada: Fix support e-mail addresses gcc/ada/ChangeLog: * comperr.adb: replace report@ with support@ * gnatcmd.adb: replace report@ with support@ Diff: --- gcc/ada/comperr.adb | 4 ++-- gcc/ada/gnatcmd.adb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 180ea94353e4..60afd04c3990 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -307,7 +307,7 @@ package body Comperr is Write_Str ("| Please submit a bug report by email " & - "to rep...@adacore.com."); + "to supp...@adacore.com."); End_Line; Write_Str @@ -336,7 +336,7 @@ package body Comperr is Write_Str ("| Or submit a bug report by email " & - "to rep...@adacore.com"); + "to supp...@adacore.com"); End_Line; Write_Str diff --git a/gcc/ada/gnatcmd.adb b/gcc/ada/gnatcmd.adb index 546dbca87f4d..5e3802e7f8ae 100644 --- a/gcc/ada/gnatcmd.adb +++ b/gcc/ada/gnatcmd.adb @@ -368,7 +368,7 @@ begin -- --help flag. Set_Standard_Output; Write_Eol; - Write_Line ("Report bugs to rep...@adacore.com"); + Write_Line ("Report bugs to supp...@adacore.com"); return; end if;