gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [Maxima] Bugs in gcl cause maxima build failures


From: Raymond Toy
Subject: [Gcl-devel] Re: [Maxima] Bugs in gcl cause maxima build failures
Date: 02 May 2002 09:13:05 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (bok choi)

>>>>> "James" == James Amundson <address@hidden> writes:

    James> Bug #2:

    James> GCL fails when trying to load the compiled version of xersve.lisp in 
the
    James> src/numerical/slatec directory. The simplest way to see the bug is to
    James> follow the session below:

    James> ----------------------------------------
[snip]

    James> Error: Cannot expand the SETF form (F2CL-LIB::ROW-MAJOR-AREF #:G1082
    James> F2CL-LIB::K).
    James> Fast links are on: do (si::use-fast-links nil) for debugging
    James> Error signalled by SETF.
    James> Broken at SYSTEM::SETF-HELPER.  Type :H for Help.
    SLATEC> 
    James> ---------------------------------------

    James> I don't have a workaround for this problem. I am stuck.

I looked at the code.  row-major-aref is used in only one place and it
is given exactly one index, so you can probably change row-major-aref
to just aref.

Can you or someone try that out for me when you get a chance?

Thanks,

Ray



reply via email to

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