]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix support e-mail addresses
authorTonu Naks <naks@adacore.com>
Fri, 4 Apr 2025 14:38:35 +0000 (14:38 +0000)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 12 Jun 2025 08:37:56 +0000 (10:37 +0200)
gcc/ada/ChangeLog:

* comperr.adb: replace report@ with support@
* gnatcmd.adb: replace report@ with support@

gcc/ada/comperr.adb
gcc/ada/gnatcmd.adb

index 180ea94353e4f8bf7810be986181dceb5ee10c4a..60afd04c39904ad82d7d8cf315f287c1b60d860b 100644 (file)
@@ -307,7 +307,7 @@ package body Comperr is
 
                   Write_Str
                     ("| Please submit a bug report by email " &
-                     "to report@adacore.com.");
+                     "to support@adacore.com.");
                   End_Line;
 
                   Write_Str
@@ -336,7 +336,7 @@ package body Comperr is
 
                   Write_Str
                     ("| Or submit a bug report by email " &
-                     "to report@adacore.com");
+                     "to support@adacore.com");
                   End_Line;
 
                   Write_Str
index 546dbca87f4dedff94d1f3a76596d46433622199..5e3802e7f8ae051eecefac5e6078c7054777d304 100644 (file)
@@ -368,7 +368,7 @@ begin
          --  --help flag.
          Set_Standard_Output;
          Write_Eol;
-         Write_Line ("Report bugs to report@adacore.com");
+         Write_Line ("Report bugs to support@adacore.com");
          return;
       end if;