aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-01-07 12:15:30 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-01-07 12:15:30 +0100
commit4ffafd86209ac23e18c3c9e0bf4ac5b3e0d65e0d (patch)
treed1c00124910bba060bbbba253510b620a45c52dc /gcc/ada/usage.adb
parent91669e7ee545db170cc25c4b2b81867d85120fef (diff)
downloadgcc-4ffafd86209ac23e18c3c9e0bf4ac5b3e0d65e0d.zip
gcc-4ffafd86209ac23e18c3c9e0bf4ac5b3e0d65e0d.tar.gz
gcc-4ffafd86209ac23e18c3c9e0bf4ac5b3e0d65e0d.tar.bz2
[multiple changes]
2015-01-07 Robert Dewar <dewar@adacore.com> * sem_warn.adb (Check_One_Unit): Don't give unused entities warning for a package which is used as a generic parameter. 2015-01-07 Bob Duff <duff@adacore.com> * usage.adb (Usage): Correct documentation of -gnatw.f switches. 2015-01-07 Robert Dewar <dewar@adacore.com> * s-fileio.adb: Minor reformatting. 2015-01-07 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb (Instantiate_Object): If formal is an anonymous access to subprogram, replace its formals with new entities when building the object declaration, both if actual is present and when it is defaulted. 2015-01-07 Ed Schonberg <schonberg@adacore.com> * sem_ch5.adb (Analyze_Assignment): If left-hand side is a view conversion and type of expression has invariant, apply invariant check on expression. 2015-01-07 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Create_Constrained_Components): A call to Gather_Components may detect an error if an inherited discriminant that controls a variant is non-static. * sem_aggr.adb (Resolve_Record_Aggregate, Step 5): The call to Gather_Components may report an error if an inherited discriminant in a variant in non-static. * sem_util.adb (Gather_Components): If a non-static discriminant is inherited do not report error here, but let caller handle it. (Find_Actual): Small optimization. From-SVN: r219297
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 15d8ecb..803c44d 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -502,7 +502,7 @@ begin
Write_Line (" f+ turn on warnings for unreferenced formal");
Write_Line (" F* turn off warnings for unreferenced formal");
Write_Line (" .f turn on warnings for suspicious Subp'Access");
- Write_Line (" .F turn off warnings for suspicious Subp'Access");
+ Write_Line (" .F* turn off warnings for suspicious Subp'Access");
Write_Line (" g*+ turn on warnings for unrecognized pragma");
Write_Line (" G turn off warnings for unrecognized pragma");
Write_Line (" .g turn on GNAT warnings");