From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122140 invoked by alias); 12 May 2017 00:22:56 -0000 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 Received: (qmail 122125 invoked by uid 89); 12 May 2017 00:22:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qt0-f172.google.com Received: from mail-qt0-f172.google.com (HELO mail-qt0-f172.google.com) (209.85.216.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 May 2017 00:22:54 +0000 Received: by mail-qt0-f172.google.com with SMTP id v27so18141049qtg.2 for ; Thu, 11 May 2017 17:22:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=PRwgAoNjjYAuKZIlfX63qmEVV6MG1PhK3eYqnHvk094=; b=p+hn6ugTp3Rt9zAgmbBBLwwvsNnlNlUsWiG8oOCa+T5CTWHuQtP/882gLrTG3Dgccl 6HxuEyM1stN5LtCifr0wDAtIGksC4nzM/L8H+p+1Z+joyg++rvfMFgUsXro7B6HCi6m3 MACQlgOCIgSD8R7KAU1PZDhJcxyDzTb+Y1wUo3ZfiZPKm8Xe8nWSiwYpb2hVzo0uC5Me 6PEtCWXDaDOJ6e6jMzhQN4E8sioWCqRxIW7l7QzBBgOG8FW09TfyD+2aQZmVGN7J+h+o Nj/yUsxOpHg+EZU2dqWD51iOzc+w2jETVxx+kjA95LphWIIMaJ2Cgx6gr9ifpC74lad2 fzHA== X-Gm-Message-State: AODbwcDhoQshOykb982033LRA/+bjOD0leyyV7Yfpn+pPnFQQHiIAz60 Umfr2Dw7puP8vA== X-Received: by 10.200.3.195 with SMTP id z3mr1326037qtg.185.1494548575787; Thu, 11 May 2017 17:22:55 -0700 (PDT) Received: from ?IPv6:2601:181:c480:b5c0::ff0e? ([2601:181:c480:b5c0::ff0e]) by smtp.googlemail.com with ESMTPSA id d65sm1188458qkc.53.2017.05.11.17.22.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 May 2017 17:22:55 -0700 (PDT) Subject: Re: [PATCH] make RTL/TREE/IPA dump kind an index To: Rainer Orth , Bernhard Reutner-Fischer References: <9eb0ff26-4b3a-a1ab-c0ae-6e39639ab179@acm.org> <6fb48593-224d-fee9-3089-36d519b493c9@acm.org> <863cd7b1-8ab9-7621-4719-2b9c38fdb282@acm.org> <71223A87-5EA2-4D37-9236-ABE707B03D5F@gmail.com> Cc: gcc-patches@gcc.gnu.org, Richard Biener From: Nathan Sidwell Message-ID: Date: Fri, 12 May 2017 00:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00973.txt.bz2 On 05/11/2017 06:57 PM, Rainer Orth wrote: er, the introduction of scanlang.exp broke libatomic, libgomp, and > libitm testing. Their logfiles show > > trunk/12-gcc/build/sparc-sun-solaris2.12/libatomic/testsuite/libatomic.log:ERROR: Couldn't find library file scanlang.exp. > trunk/12-gcc/build/sparc-sun-solaris2.12/libgomp/testsuite/libgomp.log:ERROR: Couldn't find library file scanlang.exp. > trunk/12-gcc/build/sparc-sun-solaris2.12/libitm/testsuite/libitm.log:ERROR: Couldn't find library file scanlang.exp. > > and the testsuites aren't run. The following patch fixes this (manually > tested on libatomic and libitm so far). Thanks Rainer! -- Nathan Sidwell