Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 31 Jan 2016 21:42:22 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com, Alba Pompeo <albapompeo@...il.com>
Subject: Re: Re: Julia on musl libc systems

* Szabolcs Nagy <nsz@...t70.net> [2016-01-31 21:40:50 +0100]:
> * Rich Felker <dalias@...c.org> [2016-01-31 13:45:50 -0500]:
> > Are they perhaps using C++ and precompiled headers? The latter are
> 
> no, a reduced test case is attached

now really

> 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.

View attachment "bug.c" of type "text/x-csrc" (2805 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.