From patchwork Thu Oct 16 09:06:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Polacek X-Patchwork-Id: 400235 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 950D81400AF for ; Thu, 16 Oct 2014 20:07:02 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=A9foluZGo1GnZJ+vARj1mlp8YHbgCCCcP0mMG5hbmBmgKs1a9oVT0 sP6ITiZYuiFu1QVjBaefOX9iEQSQ8PINtqFcnIdElwmH1gXU9zWBIcFbU4IMBUht tRMgCbPx5jR5yfzjPWsuqM7xt63HQn+xAGgi4OzHDyrfCnvvmUYDaA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=YRoJob4NS2lxNN7xpPo+JGJ91RI=; b=htdBUaNS+WeWmH6wWIwg bdZiY62OBpP9hkbFlqOztkVEwDHPWALwILEssD3/z+JCRqYvCu9HLrGNmnHgBQiu fDvDO5g9TYMESn/ikz9P3V/SPPeaoLNuBMhU/gGdg9NyOSGiFQLeE3q1LWpvS4hj DqE1F/rbaKdm5WPnOua0kSg= Received: (qmail 27061 invoked by alias); 16 Oct 2014 09:06:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 27042 invoked by uid 89); 16 Oct 2014 09:06:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 16 Oct 2014 09:06:54 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9G96rCS031393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 16 Oct 2014 05:06:53 -0400 Received: from redhat.com (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9G96oNE021128 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 16 Oct 2014 05:06:52 -0400 Date: Thu, 16 Oct 2014 11:06:49 +0200 From: Marek Polacek To: GCC Patches Subject: [committed] gnu11 fallout: ada Message-ID: <20141016090649.GI10501@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) This fixes one test in the Ada testsuite (there may be more of these). Applying to trunk. 2014-10-16 Marek Polacek * ada/acats/tests/cd/cd300051.c: Fix defaulting to int. Marek diff --git gcc/testsuite/ada/acats/tests/cd/cd300051.c gcc/testsuite/ada/acats/tests/cd/cd300051.c index 5771fc8..86e60a0 100644 --- gcc/testsuite/ada/acats/tests/cd/cd300051.c +++ gcc/testsuite/ada/acats/tests/cd/cd300051.c @@ -48,7 +48,7 @@ -- CD30005.A (as comments). --! */ - int _cd30005_1( Value ) + int _cd30005_1(int Value ) { /* int Value */