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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: =?ISO-8859-15?Q?Markus_Sch=F6pflin?= Newsgroups: comp.lang.ada Subject: Re: Leap second support and ARM 9.6.1p89/2 Date: Thu, 07 Aug 2014 10:59:15 +0200 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: MdpKeRr+sx3LK7JQiK5aNw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:21508 Date: 2014-08-07T10:59:15+02:00 List-Id: Am 07.08.2014 09:35, schrieb Natasha Kerensikova: > Ok, so would I. So I guess the next step is checking who is the > implementer, i.e. whether's it's AdaCore's problem or FSF's. > > Would someone here with a working installation of GNAT GPL 2014 be kind > enough to test the function in the OP, and tell me whether it's > affected? Can't say about GNAT GPL 2014, but I tested it with GNAT Pro 7.1.2 and a pre-release version of 7.3.0. > gnatmake -gnata -gnat05 -f test.adb gcc -c -gnata -gnat05 test.adb gnatbind -x test.ali gnatlink test.ali gnatlink: warning: executable name "test" may conflict with shell command > ./test raised SYSTEM.ASSERTIONS.ASSERT_FAILURE : test.adb:50 > sed -n '50p' test.adb pragma ASSERT (LEAP_SECOND); HTH, Markus PS: Next time, please make sure that you post a full example which compiles, binds, and links correctly. Your code not only needs a main procedure, it also needs to with & use ADA.CALENDAR.FORMATTING instead of ADA.CALENDAR.TIME.