https://gcc.gnu.org/g:7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64
commit r16-1460-g7c979e702e6ab30f7c0f6eaf6020917f2ddb1f64 Author: Tonu Naks <n...@adacore.com> Date: Thu May 30 09:22:18 2024 +0000 ada: Update bug-box texts gcc/ada/ChangeLog: * comperr.adb: update support instructions * switch.adb: update support instructions Diff: --- gcc/ada/comperr.adb | 12 ++++++------ gcc/ada/switch.adb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 60afd04c3990..602b13dd59bb 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -311,12 +311,12 @@ package body Comperr is End_Line; Write_Str - ("| GAP members can alternatively use GNAT Tracker:"); + ("| GAP members can alternatively use GNATtracker:"); End_Line; Write_Str - ("| https://www.adacore.com/login?mode=gap " & - "section 'Create New Ticket'."); + ("| https://support.adacore.com/csm " & + "by using the button 'Create A New Case'."); End_Line; Write_Str @@ -326,12 +326,12 @@ package body Comperr is else Write_Str - ("| Please submit a bug report using GNAT Tracker:"); + ("| Please submit a bug report using GNATtracker at"); End_Line; Write_Str - ("| https://www.adacore.com/login " & - "section 'Create New Ticket'."); + ("| https://support.adacore.com/csm " & + "by using the button 'Create New Case'."); End_Line; Write_Str diff --git a/gcc/ada/switch.adb b/gcc/ada/switch.adb index b1abe1ea866a..691abc0f1416 100644 --- a/gcc/ada/switch.adb +++ b/gcc/ada/switch.adb @@ -93,7 +93,7 @@ package body Switch is Set_Standard_Output; Usage; Write_Eol; - Write_Line ("Report bugs to rep...@adacore.com"); + Write_Line ("Report bugs to supp...@adacore.com"); Exit_Program (E_Success); end if; end Check_Version_And_Help_G;