|
| From: | Kai Torben Ohlhus |
| Subject: | [Octave-bug-tracker] [bug #53853] configure: OCTAVE_BLAS_F77_FUNC sets ax_blas_integer_size incorrectly on big endian system |
| Date: | Mon, 6 Aug 2018 04:27:15 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 |
Update of bug #53853 (project octave):
Status: Fixed => Ready For Test
Open/Closed: Closed => Open
Release: dev => 4.4.1-rc2
_______________________________________________________
Follow-up Comment #15:
Sorry for reopening the issue for my 64-bit builds. I used a cached version
and a clean build revealed this issue for me.
Shouldn't the "else"-branch completely be removed here (lines 66 and 67)?
https://hg.savannah.gnu.org/hgweb/octave/rev/171d90967f16#l1.66
When if and else result in the same, e.g. "STOP 1", what sense does the branch
make. If the else branch was completely removed, the script can terminate
without STOP.
$ bash octave_blas_f77_func.sh (with 32 bit BLAS):
4294967297 1 1
1.0000000000000000 1.0000000000000000
1.0000000000000000 1.0000000000000000 1.0000000000000000
STOP 1
$ bash octave_blas_f77_func.sh (with 64 bit BLAS):
4294967297 1 1
1.0000000000000000 1.0000000000000000
1.0000000000000000 1.0000000000000000 4294967297.0000000
At least I was happy then ;-)
Shortly attach a cset.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53853>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |