From 91669e7ee545db170cc25c4b2b81867d85120fef Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 7 Jan 2015 12:13:15 +0100 Subject: [multiple changes] 2015-01-07 Bob Duff * usage.adb (Usage): Document -gnatw.f switch. 2015-01-07 Ed Schonberg * sem_ch12.adb: Code clean up and minor reformatting. 2015-01-07 Robert Dewar * exp_ch4.adb (Expand_N_Type_Conversion): Add guard for Raise_Accessibility_Error call. * s-valllu.ads (Scan_Raw_Long_Long_Unsigned): Add documentation on handling of invalid digits in based constants. * s-fatgen.ads: Minor reformatting. * sem_attr.adb (Analyze_Attribute, case Unrestricted_Access): Avoid noting bogus modification for Valid test. * snames.ads-tmpl (Name_Attr_Long_Float): New Name. * einfo.ads: Minor reformatting. * sem_warn.adb: Minor comment clarification. * sem_ch12.adb: Minor reformatting. From-SVN: r219296 --- gcc/ada/usage.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/ada/usage.adb') diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 9cb198f..15d8ecb 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -501,6 +501,8 @@ begin "(no exceptions)"); 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 (" g*+ turn on warnings for unrecognized pragma"); Write_Line (" G turn off warnings for unrecognized pragma"); Write_Line (" .g turn on GNAT warnings"); -- cgit v1.1