bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #12858] LAG in a compound expression fires an assertion.


From: John Darrington
Subject: PSPP-BUG: [bug #12858] LAG in a compound expression fires an assertion.
Date: Thu, 28 Apr 2005 08:00:31 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050324 Debian/1.7.6-1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12858>

                 Summary: LAG in a compound expression fires an assertion.
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Thu 04/28/05 at 08:00
                Category: Syntax Parser
                Severity: 7 - Major
                  Status: None
             Assigned to: blp
             Open/Closed: Open

    _______________________________________________________

Details:

This syntax causes an assertion failure:

DATA LIST LIST /x.
BEGIN DATA
2 
END DATA.

DO IF (x <> LAG(x) ).
        ECHO 'hello'.
END IF.

EXECUTE.

It seems that n_lag is not getting initialised in expressions/parse.c (or
anywhere).






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12858>

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





reply via email to

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