help-octave
[Top][All Lists]
Advanced

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

loop containing x/0 gives LLVM error (with jit)


From: Muhali
Subject: loop containing x/0 gives LLVM error (with jit)
Date: Fri, 3 Aug 2012 11:24:12 -0700 (PDT)

The following loop

for k=1:2
   x = k / 0 ;
endfor

gives the error

LLVM ERROR: Program used external function 'gripe_divide_by_zero' which
could not be resolved!

(which gave me some headache). octave-jit compilation and tests went ok.

M. 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/loop-containing-x-0-gives-LLVM-error-with-jit-tp4632112.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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