gcc/ada/ChangeLog:
* comperr.adb: replace report@ with support@
* gnatcmd.adb: replace report@ with support@
Write_Str
("| Please submit a bug report by email " &
- "to report@adacore.com.");
+ "to support@adacore.com.");
End_Line;
Write_Str
Write_Str
("| Or submit a bug report by email " &
- "to report@adacore.com");
+ "to support@adacore.com");
End_Line;
Write_Str
-- --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;