From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTP id 7EA87385E823 for ; Sun, 15 Mar 2020 13:37:56 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id AAD768DF37; Sun, 15 Mar 2020 14:32:21 +0100 (CET) X-Virus-Scanned: amavisd-new at CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kNhVHsi__4qI; Sun, 15 Mar 2020 14:32:21 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p4FDDB167.dip0.t-ipconnect.de [79.221.177.103]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id 09A498DCB9; Sun, 15 Mar 2020 14:32:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1584279141; bh=sIm1q95t2n4onVSUQC4/Bbucoo0Q1zUEg4JgExTMS2s=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ggBJ9fsJwKvv4HiD7GfX+IlVqBi9lgY2vykTsNPNTC3XLc7kmiXAa6PBo9FTFlr1Z C+MKTVlkuRlh3ydPD0WYaqPQWYuXv1ILpggaNMJ83KnyBRgTKN+aBVmZ4aAL9W2u6y Qa5k1IQShK68CqxweuPkn8JLASBOhHIXtYk/gVbSWjQQXnGQ0so/h9UsZqFPmC7i0Q dF7oxebbzPYjVdOb+hvf/RMwq4G3/2iFUMwrXifj+JzXsgdlTWXpA4cLFSzUiqvWHb UoSXq81YfZLJHPs/lrPvOBqgdo4lijd/pLXRkRBmxlAosKK6qR7moFsJgKuLDV46ly I/tx/1OgZ9fOA== From: Rainer Orth To: ibuclaw--- via Gcc-patches Subject: Re: [PATCH, d] Committed merge with upstream dmd e9420cfbf References: <1608201447.49649.1584132033747@office.mailbox.org> Date: Sun, 15 Mar 2020 14:32:19 +0100 In-Reply-To: <1608201447.49649.1584132033747@office.mailbox.org> (ibuclaw's message of "Fri, 13 Mar 2020 21:40:33 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.1 required=5.0 tests=DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, GIT_PATCH_2, SPF_HELO_NONE, SPF_NONE 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: Sun, 15 Mar 2020 13:37:57 -0000 Hi Ian, > This patch merges the D front-end implementation with dmd upstream e9420cfbf. [...] > Bootstrapped and tested on x86_64-linux-gnu, and committed to trunk. this merge introduced a regression on Solaris (SPARC and x86): +UNRESOLVED: gdc.test/runnable/traits.d compilation failed to produce executable +UNRESOLVED: gdc.test/runnable/traits.d -shared-libphobos compilation failed to produce executable runnable/traits.d:1256:23: error: statement expected to be { }, not (^M runnable/traits.d:1256:29: error: found 'out' when expecting ';' following statement^M runnable/traits.d:1256:32: error: declaration expected, not '('^M runnable/traits.d:1256:38: error: no identifier for declarator r^M runnable/traits.d:1256:38: error: declaration expected, not '=='^M runnable/traits.d:1257:1: error: unrecognized declaration^M I suspect the changes need to be moved to their own file in gdc.test/fail_compilation. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University