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

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

[Octave-bug-tracker] [bug #44545] control package: impulse causes segfau


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44545] control package: impulse causes segfault when built with 64-bit indexing
Date: Sat, 21 Mar 2015 14:03:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 Iceweasel/35.0.1

Follow-up Comment #5, bug #44545 (project octave):

Yes, octave_idx_type is a signed integer. It is a stand-in replacement for
whatever type is needed to interface with Fortran functions expecing an
integer type. So it defaults to int, but is int64_t if Octave is built with
--enable-64 (and -fdefault-integer-8 is passed to the Fortran compiler).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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