From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by sourceware.org (Postfix) with ESMTPS id 7B62C3858D35 for ; Fri, 7 Aug 2020 03:28:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7B62C3858D35 Received: by mail-pj1-x1036.google.com with SMTP id ha11so234935pjb.1 for ; Thu, 06 Aug 2020 20:28:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=kruH0vTtpnWrFFpIU2N6JN/Llu/bNESplPbxNzsiIoo=; b=Sn3qrVLFo/LFA7Eyzy3LepwWRFBBtB99cieeDkSsKKDIIwk8/Z3lGfnhgrgFrJOcq5 gHXEaQycfWngLxgpm7EYW3G2LWFXpl25T+u6jLBfpORxmopJU3Desl0fI1rHCL59j58K j/IQS7xHWOLc8FW6qwsQ9E0F/YaNLQ8BAHxOhxLw5Zo4/8jwvv8U/fkGqVsrYiBArXyA hzkFgKIte7Kb07WDZnS5TIs7rCqDPUGY07lJ+cnfoTlPrfnz6JmjlXMN4J7ccSitlPqz Kxsfq0R6OYCpwpyB0QbsMRd4deUk4KHqLZ9KYDdmNAwXiF3GX1j0pNNGdWJoBzGtmTK3 3NGQ== X-Gm-Message-State: AOAM533BXv0qEMd382HeASd6LIUs16PxGcYD6UDPwv90No7vgIxRY+F6 fn3+CStgzbWDRQriuUn6XNdOadCS198= X-Google-Smtp-Source: ABdhPJyjWja9GHZu/GTBwRyQyqQJR5wroOfjqO5AEWObmnrMcUOXERMXk2WlTqs1P8NzQFrGT2lE5Q== X-Received: by 2002:a17:90a:ca94:: with SMTP id y20mr11808713pjt.137.1596770895129; Thu, 06 Aug 2020 20:28:15 -0700 (PDT) Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id r91sm8703001pja.56.2020.08.06.20.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 20:28:12 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id C267B87FB5; Fri, 7 Aug 2020 12:58:08 +0930 (ACST) Date: Fri, 7 Aug 2020 12:58:08 +0930 From: Alan Modra To: Segher Boessenkool Cc: gcc-patches@gcc.gnu.org Subject: Re: [RS6000] PR96493, powerpc local call linkage failure Message-ID: <20200807032808.GI15695@bubble.grove.modra.org> References: <20200806132818.GF15695@bubble.grove.modra.org> <20200806223403.GX6753@gate.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200806223403.GX6753@gate.crashing.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 03:28:17 -0000 On Thu, Aug 06, 2020 at 05:34:03PM -0500, Segher Boessenkool wrote: > > +/* { dg-do run } */ > > +/* { dg-options "-mdejagnu-cpu=powerpc64 -O2" } */ > > That is not a -mcpu= value you should ever use. Please just pick a real > existing CPU, maybe p7 or p8 since this requires ELFv2 anyway? Or, what > does it need here? It isn't clear to me. But you don't want a pseudo- > POWER3 with ELFv2 :-) What I was trying to say by using cpu=powerpc64 is that this test has minimal requirements on the required cpu level to run the test. That's all. Changed to power8 and committed. -- Alan Modra Australia Development Lab, IBM