[gcc r16-1455] ada: Fix support e-mail addresses

Marc Poulhies dkm@gcc.gnu.org
Thu Jun 12 08:40:28 GMT 2025


https://gcc.gnu.org/g:04223dc18c626eb6e841e2c0bf3cb1fa91c9ed91

commit r16-1455-g04223dc18c626eb6e841e2c0bf3cb1fa91c9ed91
Author: Tonu Naks <naks@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 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
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 report@adacore.com");
+         Write_Line ("Report bugs to support@adacore.com");
          return;
       end if;


More information about the Gcc-cvs mailing list