[Gretl-users] Segmentation fault with empty matrices in an if condition

2011-10-04 Thread Giuseppe Vittucci
The simplest code to reproduce the error is: matrix A = { } if A print "Dh" endif Bye Giuseppe

Re: [Gretl-users] Segmentation fault with empty matrices in an if condition

2011-10-04 Thread Allin Cottrell
On Tue, 4 Oct 2011, Giuseppe Vittucci wrote: > The simplest code to reproduce the error is: > > matrix A = { } > if A >print "Dh" > endif Thanks for spotting this. It's now fixed in CVS. Allin Cottrell