aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 18:56:30 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 18:56:30 +0200
commita2dc5812ff7b8d195399c4f9513dcf0376eba4d5 (patch)
treebf873f637952d8d54457128fc745e447b244ee92 /gcc/ada/usage.adb
parent0ac73189d6da2eccda3b1ffb4bbe89981b4879f4 (diff)
downloadgcc-a2dc5812ff7b8d195399c4f9513dcf0376eba4d5.zip
gcc-a2dc5812ff7b8d195399c4f9513dcf0376eba4d5.tar.gz
gcc-a2dc5812ff7b8d195399c4f9513dcf0376eba4d5.tar.bz2
[multiple changes]
2009-04-07 Thomas Quinot <quinot@adacore.com> * exp_ch4.adb (Expand_Concatenate): Add missing conversion to index type for the case of concatenating a constrained array indexed by an enumeration type. 2009-04-07 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Check_Conformance): when checking conformance of an operation that overrides an abstract operation inherited from an interface, return False if only one of the controlling formals is an access parameter. 2009-04-07 Ed Schonberg <schonberg@adacore.com> * sem_ch8.adb (Analyze_Object_Renaming): additional error messages mandated by AI05-105. 2009-04-07 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Get_Mains): Warn if a main is an empty string 2009-04-07 Thomas Quinot <quinot@adacore.com> * usage.adb: Minor fix in usage message. * sem_ch10.adb (Remove_Homonyms): Fix subtype of formal in body to match declaration; the correct subtype is Node_Id, not Entity_Id, because the expected node kind is an identifier, not a defining identifier. * switch-c.adb: Minor reformatting. * uintp.adb: Minor reformatting. 2009-04-07 Robert Dewar <dewar@adacore.com> * exp_ch13.adb: Minor reformatting From-SVN: r145696
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index de3d579..3d14ce3 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -157,7 +157,7 @@ begin
Write_Switch_Char ("D");
Write_Line ("Debug expanded generated code (max line length = 72)");
Write_Switch_Char ("Dnn");
- Write_Line ("Debug expanded generated code (max line length = nnn)");
+ Write_Line ("Debug expanded generated code (max line length = nn)");
-- Line for -gnatec switch