From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127630 invoked by alias); 6 Aug 2018 15:23:24 -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 127619 invoked by uid 89); 6 Aug 2018 15:23:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=primarily, Hx-languages-length:398 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 ESMTP; Mon, 06 Aug 2018 15:23:22 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 78DE23002310; Mon, 6 Aug 2018 15:23:21 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-6.rdu2.redhat.com [10.10.112.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id B36941001903; Mon, 6 Aug 2018 15:23:20 +0000 (UTC) Subject: Re: [PATCH, testsuite]: Fix g++.dg/torture/pr86763.C link failure for glibc < 2.17 To: Uros Bizjak , "gcc-patches@gcc.gnu.org" References: From: Jeff Law Openpgp: preference=signencrypt Message-ID: <7c2ee0f7-254b-9dee-2cab-f2ff108a8698@redhat.com> Date: Mon, 06 Aug 2018 15:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00414.txt.bz2 On 08/06/2018 09:10 AM, Uros Bizjak wrote: > 2018-08-06 Uros Bizjak > > * g++.dg/torture/pr86763.C (dg-additional-options): Add -lrt. > > Tested on CentOS 5.10 and Fedora 28. > > OK for mainline? But what about systems without librt? I'm thinking primarily of the embedded *-elf targets. Jeff