From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23751 invoked by alias); 23 Nov 2009 17:58:35 -0000 Received: (qmail 23742 invoked by uid 22791); 23 Nov 2009 17:58:35 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SARE_RECV_IP_FROMIP3 X-Spam-Check-By: sourceware.org Received: from eastrmmtao105.cox.net (HELO eastrmmtao105.cox.net) (68.230.240.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Nov 2009 17:57:25 +0000 Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao105.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20091123175724.JLAE11342.eastrmmtao105.cox.net@eastrmimpo03.cox.net>; Mon, 23 Nov 2009 12:57:24 -0500 Received: from eastrmwml44 ([172.18.18.217]) by eastrmimpo03.cox.net with bizsmtp id 8hxP1d00V4h0NJL02hxPHi; Mon, 23 Nov 2009 12:57:23 -0500 X-VR-Score: -100.00 X-Authority-Analysis: v=1.0 c=1 a=Z9IQ1iQlPPkA:10 a=xgE6oWkvjYsA:10 a=VnNF1IyMAAAA:8 a=mDV3o1hIAAAA:8 a=9phWINIx-06D71R7XEQA:9 a=wEETQ6FHTZrUdpOgExIA:7 a=zclO8WRVpMQmi1-963fQ2j2oBN4A:4 X-CM-Score: 0.00 Received: from 24.249.123.104 by webmail.east.cox.net; Mon, 23 Nov 2009 12:57:23 -0500 Message-ID: <20091123125723.M9OCV.1078095.imail@eastrmwml44> Date: Mon, 23 Nov 2009 18:00:00 -0000 From: To: janis187@us.ibm.com Subject: Re: [PATCH,TESTSUITE]Clean up for AVR and other small targets] Cc: gcc-patches@gcc.gnu.org In-Reply-To: <1258998701.7037.8.camel@janis-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sensitivity: Normal 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 X-SW-Source: 2009-11/txt/msg01283.txt.bz2 Thanks for approval. I will move all "dg-require directive - though I note that many existing ones have it the other way around. I'll also fix changelog nits. (Mostly Email playing around with the inlined text.) ---- Janis Johnson wrote: > On Sat, 2009-11-21 at 12:01 -0500, Andrew Hutchinson wrote: > > The following patch cleans up tests for avr and other small integer targets. > > > > 2009-11-21 Andy Hutchinson > > > > * gcc.dg/pr36998.c: Frame pointer required for avr target. > > * gcc.dg/debug/pr41264-1.c: Use long if int size is 16bit or smaller. > > * gcc.dg/pr39226.c: Use smaller bitfield if int size is 16bit. > > * gcc.dg/pr41340.c: Test requires long pointer target. > > * gcc.dg/profile-generate-3.c: Test requires profiling support. > > > > Ok for 4.5 head? > > OK, but move the dg-require-* directive before the dg-options > directives. That goes for the ones I already approved, too, in > case I missed that in any of them. > > Janis >