From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id DAC19385700A for ; Sat, 19 Jun 2021 16:07:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DAC19385700A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 15JG6Ur1022495; Sat, 19 Jun 2021 11:06:30 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 15JG6TvW022490; Sat, 19 Jun 2021 11:06:29 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sat, 19 Jun 2021 11:06:28 -0500 From: Segher Boessenkool To: Gaius Mulley Cc: Matthias Klose , Richard Biener , gcc-patches@gcc.gnu.org, dje.gcc@gmail.com Subject: Re: [PATCH] Modula-2 into the GCC tree on master Message-ID: <20210619160628.GA5077@gate.crashing.org> References: <87eed0nn4u.fsf@j228-gm.comp.glam.ac.uk> <20210618123243.GR5077@gate.crashing.org> <87o8c2lwg7.fsf@j228-gm.comp.glam.ac.uk> <20210619140905.GV5077@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210619140905.GV5077@gate.crashing.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no 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: Sat, 19 Jun 2021 16:07:32 -0000 On Sat, Jun 19, 2021 at 09:09:05AM -0500, Segher Boessenkool wrote: > powerpc64-linux now is building, and is running the tetsuite. My > powerpc64le-linux build used --enable-languages=all, but Ada fails to > build, so I'll redo that without Ada. For powerpc64le-linux I get === gm2 tests === Running target unix FAIL: gm2/pim/fail/TestLong4.mod, -g FAIL: gm2/pim/fail/TestLong4.mod, -O FAIL: gm2/pim/fail/TestLong4.mod, -O -g FAIL: gm2/pim/fail/TestLong4.mod, -Os FAIL: gm2/pim/fail/TestLong4.mod, -O3 -fomit-frame-pointer FAIL: gm2/pim/fail/TestLong4.mod, -O3 -fomit-frame-pointer -finline-functions FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -g FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -O FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -O -g FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -Os FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -O3 -fomit-frame-pointer FAIL: gm2/pimlib/logitech/run/pass/realconv.mod execution, -O3 -fomit-frame-pointer -finline-functions === gm2 Summary === # of expected passes 11610 # of unexpected failures 12 So that is excellent, only two failing tests :-) For BE there is more: A whole bunch of testcases fail to build (both 32-bit and 64-bit). I don't know yet. The realconv.mod testcase fails at all optimisation levels (also -O0). setarith*.mod and setrotate*.mod and setshift*.mod and simple*.mod fail to build. Also cardrange*.mod and intrange*.mod and multint*.mod and realrange*.mod and subrange.mod and cardrange.mod and forcheck.mod. And the extended-opaque tests. And more :-) : error: the file containing the definition module <80><98>M2RTS <80><99> cannot be found compiler exited with status 1 output is: : error: the file containing the definition module <80><98>M2RTS <80><99> cannot be found (That is UTF-8 quotation marks, and I do not use an UTF-8 locale there btw. That is just a cosmetic problem of course.) Does this have to do with gm2tools? Segher