From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23764 invoked by alias); 13 Jun 2011 17:54:02 -0000 Received: (qmail 23750 invoked by uid 22791); 13 Jun 2011 17:54:01 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta10.emeryville.ca.mail.comcast.net (HELO qmta10.emeryville.ca.mail.comcast.net) (76.96.30.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 17:53:46 +0000 Received: from omta06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by qmta10.emeryville.ca.mail.comcast.net with comcast id vVjH1g00516AWCUAAVtkJh; Mon, 13 Jun 2011 17:53:44 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta06.emeryville.ca.mail.comcast.net with comcast id vVtj1g0070BKwT48SVtkdp; Mon, 13 Jun 2011 17:53:45 +0000 Subject: Re: [testsuite]: Skip tests for targets with int < 32 bits Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <4DF0F48C.2050308@gjlay.de> Date: Mon, 13 Jun 2011 18:04:00 -0000 Cc: gcc-patches@gcc.gnu.org, Kaz Kojima , Jakub Jelinek Content-Transfer-Encoding: quoted-printable Message-Id: <691C71AE-DCA3-4061-8904-C6F970618B17@comcast.net> References: <4DF0F48C.2050308@gjlay.de> To: Georg-Johann Lay X-IsSubscribed: yes 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: 2011-06/txt/msg00981.txt.bz2 On Jun 9, 2011, at 9:27 AM, Georg-Johann Lay wrote: > This patch fixes testsuite failures because the testcases assume > sizeof(int) >=3D 4. >=20 > * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target > int32plus > * gcc.c-torture/compile/pr49163.c: Ditto. Well, since no one objected to it, I'll approve it. I was hoping that a sp= ecific maintainer would approve or reject it. :-(