From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5328 invoked from network); 24 Apr 2021 19:50:58 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 24 Apr 2021 19:50:58 -0000 Received: (qmail 30516 invoked by uid 550); 24 Apr 2021 19:50:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 30492 invoked from network); 24 Apr 2021 19:50:55 -0000 Date: Sat, 24 Apr 2021 15:50:42 -0400 From: Rich Felker To: Aodhnait =?utf-8?B?w4l0YcOtbg==?= Cc: "musl@lists.openwall.com" Message-ID: <20210424195041.GT2546@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] Clang 10 errors during compiling musl 1.2.2 On Sat, Apr 24, 2021 at 07:03:20PM +0000, Aodhnait Étaín wrote: > Hi, > > I tried to cross-compile musl 1.2.2 for RISC-V using clang 10 on Alpine > Linux in WSL. Sadly, it did not work, and instead failed during compiling > src/complex/catan.c. > > Linked below are output of configure and make, the preprocessed source > of catan.c and the run script. > > Compilation log: http://0x0.st/-mux.log > Preprocessed source: http://0x0.st/-mu3.c > Associated run script: http://0x0.st/-muY.sh > > I guess it has something to do with clang, so probably llvm-bugs would > be a more appropriate place to report it, but I'm still waiting for the > account registration confirmation on the llmv-project Bugzilla. So in > the meantime I decided to see if you peeps have any idea what's happening? Yes, this is surely a clang bug. But maybe someone here will have ideas about getting it fixed or know if it's already reported. Rich