From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20193 invoked by alias); 22 Jul 2014 15:04:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 20184 invoked by uid 89); 22 Jul 2014 15:04:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Jul 2014 15:04:21 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 22 Jul 2014 16:04:17 +0100 Received: from [10.1.208.24] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 22 Jul 2014 16:04:15 +0100 Message-ID: <53CE7D6E.8070809@arm.com> Date: Tue, 22 Jul 2014 15:17:00 -0000 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Sebastian Pop CC: GCC Patches , Marcus Shawcroft , "mikestump@comcast.net" Subject: Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny References: <53CE448E.4060109@arm.com> In-Reply-To: X-MC-Unique: 114072216041701301 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg01463.txt.bz2 On 22/07/14 16:01, Sebastian Pop wrote: > On Tue, Jul 22, 2014 at 6:01 AM, Kyrill Tkachov = wrote: >> Hi all, >> >> These tests use very large arrays as part of their loop interchange test= ing >> so they don't fit into the 1MiB binary size limit imposed by -mcmodel=3D= tiny. >> This causes errors at link-time. >> >> Skip them when that is the case. >> >> Ok to commit? > Looks good to me. > Please wait for the review of a maintainer of the testsuite before commit= ting. Thanks for having a look. CC'ing Mike as testsuite maintainer then... Kyrill > Thanks, > Sebastian > >> Thanks, >> Kyrill >> >> 2014-07-22 Kyrylo Tkachov >> >> * gcc.dg/graphite/interchange-0.c: Skip on aarch64 tiny memory mode= l. >> * gcc.dg/graphite/interchange-1.c: Likewise. >> * gcc.dg/graphite/interchange-2.c: Likewise. >> * gcc.dg/graphite/interchange-3.c: Likewise. >> * gcc.dg/graphite/interchange-4.c: Likewise. >> * gcc.dg/graphite/interchange-10.c: Likewise. >> * gcc.dg/graphite/interchange-11.c: Likewise. >> * gcc.dg/graphite/interchange-15.c: Likewise. >> * gcc.dg/graphite/interchange-mvt.c: Likewise. >> * gcc.dg/graphite/pr46185.c: Likewise.