From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8813 invoked by alias); 13 Jun 2011 12:46:21 -0000 Received: (qmail 8800 invoked by uid 22791); 13 Jun 2011 12:46:21 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.160) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 12:46:04 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGOZE+TiTS5oCa9h49M9BI= X-RZG-CLASS-ID: mo00 Received: from [192.168.2.100] (dslb-084-058-250-137.pools.arcor-ip.net [84.58.250.137]) by post.strato.de (fruni mo46) (RZmta 25.18) with ESMTPA id D066b6n5DAUHsl ; Mon, 13 Jun 2011 14:45:57 +0200 (MEST) Message-ID: <4DF60683.6010305@gjlay.de> Date: Mon, 13 Jun 2011 13:09:00 -0000 From: Georg-Johann Lay User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org CC: Georg-Johann Lay , Mike Stump , Kaz Kojima , Jakub Jelinek Subject: Ping: [testsuite]: Skip tests for targets with int < 32 bits References: <4DF0F48C.2050308@gjlay.de> In-Reply-To: <4DF0F48C.2050308@gjlay.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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/msg00970.txt.bz2 Ping #1 for: http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00746.html Georg-Johann Lay: > This patch fixes testsuite failures because the testcases assume > sizeof(int) >= 4. > > * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target > int32plus > * gcc.c-torture/compile/pr49163.c: Ditto.