[Ada] Adjust description of -gnatn switch in usage information

Arnaud Charlet charlet@adacore.com
Tue Oct 12 09:38:00 GMT 2010


This makes it explicit in the usage information that -gnatn is needed to
activate pragma Inline in all cases.

Tested on x86_64-pc-linux-gnu, committed on trunk

2010-10-12  Eric Botcazou  <ebotcazou@adacore.com>

	* usage.adb (usage): Adjust line for -gnatn switch.

-------------- next part --------------
Index: usage.adb
===================================================================
--- usage.adb	(revision 165316)
+++ usage.adb	(working copy)
@@ -279,7 +279,7 @@ begin
    --  Line for -gnatn switch
 
    Write_Switch_Char ("n");
-   Write_Line ("Inlining of subprograms (apply pragma Inline across units)");
+   Write_Line ("Enable pragma Inline (both within and across units)");
 
    --  Line for -gnatN switch
 


More information about the Gcc-patches mailing list