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

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

[Octave-bug-tracker] [bug #53853] configure: OCTAVE_BLAS_F77_FUNC sets a


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53853] configure: OCTAVE_BLAS_F77_FUNC sets ax_blas_integer_size incorrectly on big endian system
Date: Sun, 6 May 2018 15:12:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53853 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

After looking at the test program, it's pretty clear that it's expecting a 8
byte integer on the stack to be interpreted by only looking at the
least-significant 4 bytes. On a big endian system, the argument is interpreted
as -1 (from the most-significant 4 bytes) instead of +1. That's why the test
then wrongly thinks that the integer size is 8 bytes. Needs some rethinking to
fix this properly.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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