From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c8f0bf503c41d8b4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!news.ett.com.ua!not-for-mail From: anon@att.net Newsgroups: comp.lang.ada Subject: Re: warning "blah" is an Ada 2005 unit Date: Sun, 24 Oct 2010 11:30:39 +0000 (UTC) Organization: ETT newsserver Message-ID: References: Reply-To: anon@anon.org NNTP-Posting-Host: dialup-4.225.175.48.dial1.dallas1.level3.net X-Complaints-To: usenet@news.ett.com.ua X-Notice: Filtered by postfilter v. 0.6.1 X-Newsreader: IBM NewsReader/2 2.0 Xref: g2news1.google.com comp.lang.ada:14714 Date: 2010-10-24T11:30:39+00:00 List-Id: In , stuart clark 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