|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #38576] New parser has trouble distinguishing unary minus and subtraction |
| Date: | Sat, 23 Mar 2013 00:32:10 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 |
URL:
<http://savannah.gnu.org/bugs/?38576>
Summary: New parser has trouble distinguishing unary minus
and subtraction
Project: GNU Octave
Submitted by: rik5
Submitted on: Fri 22 Mar 2013 05:32:08 PM PDT
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
The following code produces an error under the latest development code when it
should merely perform subtraction.
x = [1:5];
y = x;
x -y
error: A(I): index out of bounds; value 121 out of bound 5
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38576>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |