From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35279 invoked by alias); 11 May 2017 21:00:54 -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 34820 invoked by uid 89); 11 May 2017 21:00:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 May 2017 21:00:13 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 9F9ED53B; Thu, 11 May 2017 23:00:09 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id twiecxzQyoek; Thu, 11 May 2017 23:00:07 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p5DCE01D0.dip0.t-ipconnect.de [93.206.1.208]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id A322A53A; Thu, 11 May 2017 23:00:07 +0200 (CEST) From: Rainer Orth To: Uros Bizjak Cc: "gcc-patches\@gcc.gnu.org" , Ian Taylor , "gofrontend-dev\@googlegroups.com" Subject: Re: Go patches committed: merge recent changes to gofrontend References: Date: Thu, 11 May 2017 21:29:00 -0000 In-Reply-To: (Uros Bizjak's message of "Thu, 11 May 2017 08:35:13 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00964.txt.bz2 Uros Bizjak writes: >> I have committed a large patch to update the Go frontend and libgo to >> the recent changes in the gofrontend repository. I had postponed >> merging changes during the GCC 7 release process. I am now merging >> all the changes that were pending during that period. Although this >> is a merged patch, the changes can be seen individually in the >> gofrontend repo (https://go.googlesource.com/gofrontend). They are >> also listed below. > > Fails to build on !USING_SPLIT_STACK targets with: > > /space/homedirs/uros/gcc-svn/trunk/libgo/runtime/proc.c: In function > =E2=80=98runtime_malg=E2=80=99: > /space/homedirs/uros/gcc-svn/trunk/libgo/runtime/proc.c:729:43: error: > implicit declaration of function =E2=80=98mstats=E2=80=99; did you mean = =E2=80=98mstart1=E2=80=99? > [-Werror=3Dimplicit-function-declaration] > void *p =3D runtime_sysAlloc(stacksize, &mstats()->other_sys); > ^~~~~~ > mstart1 > /space/homedirs/uros/gcc-svn/trunk/libgo/runtime/proc.c:729:51: error: > invalid type argument of =E2=80=98->=E2=80=99 (have =E2=80=98int=E2=80=99) > void *p =3D runtime_sysAlloc(stacksize, &mstats()->other_sys); > ^~ > > mstats function doesn't exist anymore. besides, I see /vol/gcc/src/hg/trunk/local/libgo/runtime/stack.c: In function "doscanstack= 1": /vol/gcc/src/hg/trunk/local/libgo/runtime/stack.c:83:5: error: unused varia= ble " mp" [-Werror=3Dunused-variable] M *mp; ^~ on Solaris (another non-split-stack target). Rainer --=20 ---------------------------------------------------------------------------= -- Rainer Orth, Center for Biotechnology, Bielefeld University