octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56425] Patch for the JIT


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #56425] Patch for the JIT
Date: Tue, 25 Jun 2019 08:48:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #6, bug #56425 (project octave):

Same configuration as in comment #5, but with LLVM 7.0.

Build succeeds but jit.tst crashes octave:


***** testif HAVE_LLVM
 jit_failcnt (0);
 ndim = 100;
 result = 0;
 m = zeros (ndim);
 m(:) = 1:ndim^2;
 i = 1;
 while (i <= ndim)
   for j = 1:ndim
     result = result + m(i, j);
    endfor
   i = i + 1;
 endwhile
 assert (result == sum (sum (m)));
 assert (jit_failcnt, 0);
LLVM ERROR: 


@Gene: Have you seen something similar with LLVM 7.0 ?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56425>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]