From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51023 invoked by alias); 12 May 2016 15:35:28 -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 51011 invoked by uid 89); 12 May 2016 15:35:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=UD:php, HX-HELO:eggs.gnu.org, Hx-spam-relays-external:208.118.235.92, H*RU:208.118.235.92 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 12 May 2016 15:35:17 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0sdu-0002xR-61 for gcc-patches@gcc.gnu.org; Thu, 12 May 2016 11:35:15 -0400 Received: from mail-qg0-x242.google.com ([2607:f8b0:400d:c04::242]:36394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0sdu-0002xI-2q for gcc-patches@gcc.gnu.org; Thu, 12 May 2016 11:35:14 -0400 Received: by mail-qg0-x242.google.com with SMTP id f74so5634282qge.3 for ; Thu, 12 May 2016 08:35:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=peJBvmaoai0lzGEkQHOUFWgJk7PELouazRqQaey3fHw=; b=ESFvvn3FixvUluXXJtHa1BkGmf4bfzVUuucT8FDaTRvsckbCdQbJ6DeogzjykQjK20 zoe2csvWKjAXoSbyacddxlLu7kPNpi+SK/tvNcO8J6+y6aNv6pSBVGg4K25MZpyAcr1Z sAurc0jz6hV5G2hqBDptlIswjRnLUUZNYU1Fzdz/ctZgIzMc+AlttbCmM3VX4BbZK10G IJ7CcKkF9pkuCR6LtMlDoWf0OjISsw/Ju4qOC4TKHYrBbDwG5aCzHhj5C7ap+gtv7fAd noB0k1TLBnn9/tji9m21GjJPSPWXKBKHfUzRspZoh0VvBjVqbqd2C+MYlxFXd3dvuywN zhRA== X-Gm-Message-State: AOPr4FVFEPkUYarP9ZyenQc4pmP3Y69zGtOTHBOj1/CSkF/aLP69TQPzcvbUFj/grPng/g== X-Received: by 10.140.107.101 with SMTP id g92mr10189742qgf.87.1463067244458; Thu, 12 May 2016 08:34:04 -0700 (PDT) Received: from ?IPv6:2601:181:c003:1930:a2a8:cdff:fe3e:b48? ([2601:181:c003:1930:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id b192sm6277840qka.20.2016.05.12.08.34.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 May 2016 08:34:03 -0700 (PDT) Subject: Re: libgomp: Make GCC 5 OpenACC offloading executables work To: Thomas Schwinge , Bernd Schmidt , Jakub Jelinek , gcc-patches@gcc.gnu.org References: <55DC6DC2.5030600@acm.org> <55FA89AF.2020403@t-online.de> <55FAD0D9.1050205@acm.org> <55FBD59F.1060700@redhat.com> <20150924084034.GC1847@tucnak.redhat.com> <56099751.6000208@acm.org> <87bn54343j.fsf@kepler.schwinge.homeip.net> <87d1oswvuq.fsf@hertz.schwinge.homeip.net> <57334030.2050807@redhat.com> <6bc2d58c-063d-347a-3b87-4c94a066d936@acm.org> <874ma4wpk7.fsf@hertz.schwinge.homeip.net> From: Nathan Sidwell Message-ID: <03e1be0a-508b-5f18-bdc7-801f1aa11099@acm.org> Date: Thu, 12 May 2016 15:35:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <874ma4wpk7.fsf@hertz.schwinge.homeip.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400d:c04::242 X-SW-Source: 2016-05/txt/msg00916.txt.bz2 On 05/11/16 12:02, Thomas Schwinge wrote: > I conceptually agree to that. (If we're serious about that, then we can > remove more code, such as the legacy libgomp entry point itself -- a > "missing symbol: [...]" is still vaguely better than a SIGSEGV.) Yet, > what I fixed here, is just what Jakub and Nathan agreed upon in > : Well, that email appears to be from september, and this patch is more complex than the linker versioning script I had anticipated. If it's taken this long to create a patch, either it's very hard, or it's not a priority. Given 6.1 is released, it also seems to have failed to catch the train. nathan