From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9251 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: Julia on musl libc systems Date: Sun, 31 Jan 2016 21:40:50 +0100 Message-ID: <20160131204050.GA9621@port70.net> References: <20160130130956.GR9621@port70.net> <20160130144011.GS9621@port70.net> <20160131010750.GT9621@port70.net> <20160131164956.GY9621@port70.net> <20160131180034.GZ9621@port70.net> <20160131184546.GG9349@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454272869 32004 80.91.229.3 (31 Jan 2016 20:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2016 20:41:09 +0000 (UTC) Cc: Alba Pompeo To: musl@lists.openwall.com Original-X-From: musl-return-9264-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jan 31 21:41:05 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aPynw-0000ug-A3 for gllmg-musl@m.gmane.org; Sun, 31 Jan 2016 21:41:04 +0100 Original-Received: (qmail 15722 invoked by uid 550); 31 Jan 2016 20:41:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 15701 invoked from network); 31 Jan 2016 20:41:02 -0000 Mail-Followup-To: musl@lists.openwall.com, Alba Pompeo Content-Disposition: inline In-Reply-To: <20160131184546.GG9349@brightrain.aerifal.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9251 Archived-At: * Rich Felker [2016-01-31 13:45:50 -0500]: > On Sun, Jan 31, 2016 at 07:00:34PM +0100, Szabolcs Nagy wrote: > > * Szabolcs Nagy [2016-01-31 17:49:56 +0100]: > > > * Alba Pompeo [2016-01-30 23:13:48 -0200]: > > > > It's one of musl dependencies (suitesparse). > > > > It's an off-putting issue, but I hope it's fixable. An internal compiler error. > > > > https://github.com/tkelman/julia-alpine/issues/1#issuecomment-177282137 > > > > The .c file in question is here. > > > > https://github.com/jluttine/suitesparse/blob/master/CHOLMOD/Modify/t_cholmod_updown_numkr.c > > > > > > > > > > if an unstable version of the clang preprocessor crashes > > > with ice, it is probably not libc related. > > > > > > > sorry, i misunderstood the discussion > > > > i see it is the alpine gcc that crashed on SuiteSparse > > and i can reproduce it > > Are they perhaps using C++ and precompiled headers? The latter are no, a reduced test case is attached gcc -O3 bug.c fails, but gcc -O3 -fno-tree-slp-vectorize bug.c passes, so CFLAGS+=-fno-tree-slp-vectorize is a workaround. probably related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68517 (although i dont see 0 sized structs here), but i could not reproduce it with another toolchain, only with the alpine x86_64 gcc-5.3.0 one.