From patchwork Fri Jun 1 07:29:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 162270 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]) by ozlabs.org (Postfix) with SMTP id 60DD0B700C for ; Fri, 1 Jun 2012 17:35:17 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1339140919; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Subject:Date:User-Agent:MIME-Version:Message-Id: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=3DNuGC6 lb04ZeMII09xAw3fHo1E=; b=p8ja8jEbIAUV9KQbfqNRhcnTGq6S5MmMbiUS5gB kxVd8+a43misuy2/yZ5OqcZux5kJUqy334fBPTaTiAJlS7TUnpo8+wl7yh9zWkAY wsiv9+1Ml6sAkZDCgj7Hy39gJrJRmAyMsVRdPlT7Kc9lDqLul9nXz8QMHAq/9nEf xycM= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:From:To:Subject:Date:User-Agent:MIME-Version:Message-Id:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=h8Ur1rXEbUGW77RSXrO+n2dJpEEP8EX5eIJN5AGJhNWrrTLHPXLLmWnynLPWFS OW97zprNFdCkISeBvLwhvNyt/2VS2+pW/5YcAhXnfP5OxU1545PK7WEPtcnGyVVA TRSSGjz6rram9ltnLG5Y1BUdVdEGb7J3d2j3FUkguTgA4=; Received: (qmail 11802 invoked by alias); 1 Jun 2012 07:35:06 -0000 Received: (qmail 11696 invoked by uid 22791); 1 Jun 2012 07:35:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 07:34:50 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 3589B29000B for ; Fri, 1 Jun 2012 09:34:55 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kosd4Af4tehc for ; Fri, 1 Jun 2012 09:34:55 +0200 (CEST) Received: from [192.168.1.2] (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 3B393290008 for ; Fri, 1 Jun 2012 09:34:53 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Fix PR ada/53517 Date: Fri, 1 Jun 2012 09:29:02 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201206010929.02540.ebotcazou@adacore.com> 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 Tested on SPARC/Solaris, applied on the mainline and 4.7 branch. 2012-06-01 Eric Botcazou PR ada/53517 * gnat.dg/lto14.adb: Skip on Solaris. Index: gnat.dg/lto14.adb =================================================================== --- gnat.dg/lto14.adb (revision 188041) +++ gnat.dg/lto14.adb (working copy) @@ -1,5 +1,6 @@ -- { dg-do link } -- { dg-options "-largs -f -margs -flto" { target lto } } +-- { dg-skip-if "missing linker support" { *-*-solaris2.* } } procedure Lto14 is begin