diff mbox

[Ada] Add VMS qualifiers for -gnatn1/2 switches.

Message ID 20120712105618.GA24853@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet July 12, 2012, 10:56 a.m. UTC
Tested on x86_64-pc-linux-gnu, committed on trunk

2012-07-12  Vasiliy Fofanov  <fofanov@adacore.com>

	* vms_data.ads: Add VMS qualifiers for -gnatn1/2 switches.
diff mbox

Patch

Index: vms_data.ads
===================================================================
--- vms_data.ads	(revision 189431)
+++ vms_data.ads	(working copy)
@@ -1789,6 +1789,10 @@ 
    S_GCC_Inline  : aliased constant S := "/INLINE="                        &
                                             "PRAGMA "                      &
                                               "-gnatn "                    &
+                                            "PRAGMA_LEVEL_1 "              &
+                                              "-gnatn1 "                   &
+                                            "PRAGMA_LEVEL_2 "              &
+                                              "-gnatn2 "                   &
                                             "FULL "                        &
                                               "-gnatN "                    &
                                             "SUPPRESS "                    &