mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Alba Pompeo <albapompeo@gmail.com>
To: musl@lists.openwall.com
Subject: Re: Re: Julia on musl libc systems
Date: Wed, 8 Jun 2016 19:00:44 -0300	[thread overview]
Message-ID: <CAJDAfTDtibehYA8v9nA55=gg0HxnA3GYkWPfutCD2RmUFJrtTg@mail.gmail.com> (raw)
In-Reply-To: <CAJDAfTBqJaop_H_XPYx7Hx4QCH8svfvTKb8L=vQWYqYTkWsePA@mail.gmail.com>

A friend found out that SuiteSparse compiles fine with GCC
Optimization -O2. It only fails with default -O3.
Maybe this helps debug?

Ciao.


On Sat, May 21, 2016 at 10:37 AM, Alba Pompeo <albapompeo@gmail.com> wrote:
> Has there been any development on this?
> I tried again and it still fails.
> $ wget http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.3.tar.gz
> $ tar -xzvf SuiteSparse-4.5.3.tar.gz
> $ cd SuiteSparse-4.5.3
> $ make
> In file included from ../Modify/cholmod_updown.c:284:0:
> ../Modify/t_cholmod_updown_numkr.c: In function 'updown_8_4':
> ../Modify/t_cholmod_updown.c:47:27: internal compiler error: in
> vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596
>  #define FORM_NAME(k,rank) updown_ ## k ## _ ## rank
>                            ^
> ../Modify/t_cholmod_updown.c:48:25: note: in expansion of macro 'FORM_NAME'
>  #define NUMERIC(k,rank) FORM_NAME(k,rank)
>                          ^
> ../Modify/t_cholmod_updown_numkr.c:325:13: note: in expansion of macro 'NUMERIC'
>  static void NUMERIC (WDIM, RANK)
>              ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> Makefile:478: recipe for target 'cholmod_updown.o' failed
> make[3]: *** [cholmod_updown.o] Error 1
>
>
> Can you reproduce the issue?
>
> Ciao.
>
>
> On Sun, Jan 31, 2016 at 6:42 PM, Szabolcs Nagy <nsz@port70.net> wrote:
>> * Szabolcs Nagy <nsz@port70.net> [2016-01-31 21:40:50 +0100]:
>>> * Rich Felker <dalias@libc.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.


  reply	other threads:[~2016-06-08 22:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAJDAfTAwqGWWn3hx8k4jbynAgsy=Q8GHmccOod-xmZ87327z+A@mail.gmail.com>
     [not found] ` <20160130130956.GR9621@port70.net>
     [not found]   ` <CAJDAfTAyYz8Xnwv3Xj_qTxM_AErVjfRUPymffExTZ4KN-_eV5g@mail.gmail.com>
     [not found]     ` <20160130144011.GS9621@port70.net>
     [not found]       ` <CAJDAfTAkMDEc4s2tZQJPW0WDhvSCfgNGDEVPAh+Xd+5YB4_K4Q@mail.gmail.com>
     [not found]         ` <CAJDAfTASp=MXYur_pdA-MWS6LJThEgXa2wtGSDc+kE4kiYHyjA@mail.gmail.com>
     [not found]           ` <20160131010750.GT9621@port70.net>
     [not found]             ` <CAJDAfTBZHQ-3pEH4MA0epo_RTTajbV4ohZC06WohaffkLYeW3Q@mail.gmail.com>
2016-01-31 16:49               ` Szabolcs Nagy
2016-01-31 18:00                 ` Szabolcs Nagy
2016-01-31 18:45                   ` Rich Felker
2016-01-31 20:40                     ` Szabolcs Nagy
2016-01-31 20:42                       ` Szabolcs Nagy
2016-05-21 13:37                         ` Alba Pompeo
2016-06-08 22:00                           ` Alba Pompeo [this message]
2016-06-29 17:03                             ` Alexander Monakov
2016-07-12 22:47                               ` Alba Pompeo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJDAfTDtibehYA8v9nA55=gg0HxnA3GYkWPfutCD2RmUFJrtTg@mail.gmail.com' \
    --to=albapompeo@gmail.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).