chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1340: Unable to compile a mathh gama instruction at


From: Chicken Trac
Subject: [Chicken-janitors] #1340: Unable to compile a mathh gama instruction at or above optimize-level 3
Date: Mon, 16 Jan 2017 01:02:35 -0000

#1340: Unable to compile a mathh gama instruction at or above optimize-level 3
---------------------+--------------------------------
 Reporter:  rca      |                 Owner:
     Type:  defect   |                Status:  new
 Priority:  minor    |             Milestone:  someday
Component:  unknown  |               Version:  4.11.0
 Keywords:           |  Estimated difficulty:
---------------------+--------------------------------
 Compiling the following code at or above optimize-level 3 results in an
 error.

 {{{(use mathh)

 (define (factorial x)
         (gamma (+ 1 x)) )

 (factorial 9)}}}

 csc -optimize-level 3 test.scm
 test.c:213:4: warning: implicit declaration of function
       'stub177' is invalid in C99
       [-Wimplicit-function-declaration]
 t6=stub177(t4,t5);
    ^
 1 warning generated.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1340>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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