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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d275ad890e7b3ecc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.72.130 with SMTP id d2mr540044pav.33.1348044916378; Wed, 19 Sep 2012 01:55:16 -0700 (PDT) Received: by 10.52.175.5 with SMTP id bw5mr587268vdc.16.1348044916052; Wed, 19 Sep 2012 01:55:16 -0700 (PDT) Path: a8ni77828999pbd.1!nntp.google.com!4no19053301pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Sep 2012 01:55:15 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=152.78.66.38; posting-account=B_SmUwoAAAArT7-avjstloPG8dLOABck NNTP-Posting-Host: 152.78.66.38 References: <5fc5a519-2936-4e17-8a99-86a77ab5e990@googlegroups.com> <86bbd41f-8b54-4b06-9a29-a4bd8c8b3501@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <665e1a4e-58f9-47ce-a157-75b7eaf2b261@googlegroups.com> Subject: Re: problem with Real_Matrix*Real_Matrix From: Ken Thomas Injection-Date: Wed, 19 Sep 2012 08:55:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-19T01:55:15-07:00 List-Id: On Wednesday, 19 September 2012 09:17:17 UTC+1, Simon Wright wrote: > reinkor writes: > > > > > On Tuesday, September 18, 2012 10:33:42 PM UTC+2, AdaMagica wrote: > > >> It's a rather scary bug, isn't it. In an operation like this! > > >> > > >> Were AdaCore sleeping? > > > > > > But they have some formalized QA? N (>>1) tests to pass through at > > > every release? > > > > FSF GCC has the ACATS tests (not the latest version, though) + some > > GNAT-specific tests (there are 947 source files, some tests require as > > many as 3 sources). > > > > AdaCore tell us that they have, in addition, test cases that they don't > > make public (a lot of them are from bugs reported by customers and may > > contain sensitive material); and that all these tests are run on a > > regular basis. > > > > I would have expected there to be a set of tests about numerics, and I'd > > have expected these tests to be re-run after the refactoring that > > happened at the GCC 4.6-4.7 change. This is indeed a pity. I have run some performance tests on a Windows machine (XP Intel 2 CPU 2GB ram). On multiplying two 500 by 500 matrices (Long_Float), a rate of 966 MFlops/Sec was achieved. This is good.