|
| From: | dezperado |
| Subject: | [Octave-bug-tracker] [bug #45136] make_int.cc not working properly (octave-3.8.2 vs octave-4.0.0-rc4 |
| Date: | Mon, 18 May 2015 21:55:10 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140925 Firefox/24.0 Iceweasel/24.8.1 |
URL:
<http://savannah.gnu.org/bugs/?45136>
Summary: make_int.cc not working properly (octave-3.8.2 vs
octave-4.0.0-rc4
Project: GNU Octave
Submitted by: dezperado
Submitted on: Mon 18 May 2015 09:55:05 PM GMT
Category: Documentation
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0-rc4
Operating System: GNU/Linux
_______________________________________________________
Details:
Dear Octave Maintainers.
I did the following test under both octave-3.8.2 and octave-4.0.0-rc0:
CXXFLAGS="-g -O0 -fopenmp -fPIC" mkoctfile -v -o make_int make_int.cc
-lmpi_cxx && octave --eval 'make_int(3)'
With octave-3.8.2 I obtain
installing integer type at type-id = 54
ans =
3
While with octave-4.0.0-rc0 I obtain
installing integer type at type-id = 55
ans =
error: octave_base_value::print (): wrong type argument 'integer'
The latter is clearly wrong!
What do you think about this ?
Can you fix this please ?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45136>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |