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

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

[Octave-bug-tracker] [bug #47918] filter() is not 64-bit ready


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #47918] filter() is not 64-bit ready
Date: Sat, 14 May 2016 11:18:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Follow-up Comment #3, bug #47918 (project octave):

I think you will get a warning from GCC for these kinds of assignments if you
use -Wconversion.  You'll need to be compiling with 64-bit indexing so that
octave_idx_type is wider than int (unless you happen to be on a system where
int is also 64 bits wide).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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