comp.lang.ada
 help / color / mirror / Atom feed
From: anon@att.net
Subject: Re: warning "blah" is an Ada 2005 unit
Date: Sun, 24 Oct 2010 11:30:39 +0000 (UTC)
Date: 2010-10-24T11:30:39+00:00	[thread overview]
Message-ID: <ia15cu$1l2m$1@news.ett.com.ua> (raw)
In-Reply-To: b6b6497d-76c2-4222-a359-1651ff9172e9@k14g2000pre.googlegroups.com

In <b6b6497d-76c2-4222-a359-1651ff9172e9@k14g2000pre.googlegroups.com>, stuart clark <clark.stuart.au@gmail.com> writes:
>i have the gpl 2010 compiler and when i with sat
>ada.characters.conversions i get a compiler warning
>ada.characters.conversions is an Ada 2005 unit.
>
>is there some switch which allows me to use 2005 units or is the gpl
>2010 only Ada95 ???

There is no Ada 2010 specs. 

Switches:

 -gnat83  or statement "pragma Ada_83;"  for  Ada 83

Default fort all GCC GNAT Ada Compilers
 -gnat95  or statement "pragma Ada_95;"  for  Ada 95

 -gnat05  or statement "pragma Ada_05;" or
                          "pragma Ada_2005;"  for  Ada 2005

Specs not offically adopted, yet!
 -gnat12  or statement "pragma Ada_12;" or
                          "pragma Ada_2012;"  for  Ada 2012





      parent reply	other threads:[~2010-10-24 11:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-24  4:51 warning "blah" is an Ada 2005 unit stuart clark
2010-10-24  5:54 ` Anh Vo
2010-10-24 11:12   ` Simon Wright
2010-10-25  4:55     ` Gautier write-only
2010-10-25  9:16       ` Simon Wright
2010-10-25 11:58         ` stuart clark
2010-10-25 22:25       ` Peter C. Chapin
2010-10-24 11:30 ` anon [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox