]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Update bug-box texts
authorTonu Naks <naks@adacore.com>
Thu, 30 May 2024 09:22:18 +0000 (09:22 +0000)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 12 Jun 2025 08:37:57 +0000 (10:37 +0200)
gcc/ada/ChangeLog:

* comperr.adb: update support instructions
* switch.adb: update support instructions

gcc/ada/comperr.adb
gcc/ada/switch.adb

index 60afd04c39904ad82d7d8cf315f287c1b60d860b..602b13dd59bba4fcbd1760e28e27cd945bab105a 100644 (file)
@@ -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
index b1abe1ea866ad9a1ddc1bf570c5b9dc8fff1d3ee..691abc0f141629c76e3de367b05eb6c39198d438 100644 (file)
@@ -93,7 +93,7 @@ package body Switch is
          Set_Standard_Output;
          Usage;
          Write_Eol;
-         Write_Line ("Report bugs to report@adacore.com");
+         Write_Line ("Report bugs to support@adacore.com");
          Exit_Program (E_Success);
       end if;
    end Check_Version_And_Help_G;