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

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

[Octave-bug-tracker] [bug #41312] latest Jit patch causes test jit failu


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #41312] latest Jit patch causes test jit failures
Date: Thu, 23 Jan 2014 13:55:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #8, bug #41312 (project octave):

I get:
octave:5> jit_enable (1); debug_jit (1); jit_failure_count (0);
octave:6> do a=sin(1); until(1)
jit fail: Missing overload in type inference for #2 = call  (any: sin#19)
octave:7> jit_failure_count
ans =  1

I should clarify: My previous test was on only the first
section of jit.tst. I now find that there are failures later
on in the full jit.tst. At least part of the problems however
seem to be editing. Line 471 of jit.tst reads:
%!function test_compute_idom ()
but this function is not closed by an endfunction before
the next function declaration at line 492.

So, this is a bit more complicated than I had indicated.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41312>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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