projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8bb6ff
)
[Ada] Improve bug box customer language
author
Richard Kenner
<kenner@adacore.com>
Tue, 7 Apr 2020 20:12:29 +0000
(16:12 -0400)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Tue, 16 Jun 2020 13:07:18 +0000
(09:07 -0400)
2020-06-16 Richard Kenner <kenner@adacore.com>
gcc/ada/
* comperr.adb (Compiler_Abort): Clarify message displayed to
customers.
gcc/ada/comperr.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/comperr.adb
b/gcc/ada/comperr.adb
index 21962ce0dbf49cfe3848686e2573e8bb83c52b0f..06fb0a478ccc1af946dfb6e68756e245f84ffb73 100644
(file)
--- a/
gcc/ada/comperr.adb
+++ b/
gcc/ada/comperr.adb
@@
-330,12
+330,12
@@
package body Comperr is
End_Line;
Write_Str
- ("|
alternatively
submit a bug report by email " &
- "to report@adacore.com
,
");
+ ("|
Or
submit a bug report by email " &
+ "to report@adacore.com");
End_Line;
Write_Str
- ("|
including
your customer number #nnn " &
+ ("|
and include
your customer number #nnn " &
"in the subject line.");
End_Line;
end if;