GNU bug report logs - #50609
number overflow

Previous Next

Package: guile;

Reported by: Stefan Israelsson Tampe <stefan.itampe <at> gmail.com>

Date: Wed, 15 Sep 2021 19:13:01 UTC

Severity: normal

Done: lloda <lloda <at> sarc.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: lloda <lloda <at> sarc.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50609: closed (number overflow)
Date: Fri, 05 Nov 2021 16:37:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 5 Nov 2021 17:35:56 +0100
with message-id <DCD9D46C-6C2E-4100-8682-3ECE5634347D <at> sarc.name>
and subject line Re: number overflow
has caused the debbugs.gnu.org bug report #50609,
regarding number overflow
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50609: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50609
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Israelsson Tampe <stefan.itampe <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: number overflow
Date: Wed, 15 Sep 2021 21:12:13 +0200
[Message part 3 (text/plain, inline)]
This does not compile on guile 3.0.7,

(define (f . l)
  (let lp2 ((i 0) (s 0) (l l))
    (if (and (pair? l) (< i 64))
         (lp2 (+ i 1) (if (car l) (logior (ash 1 i) s) s) (cdr l))
         s)))

While compiling expression:
Throw to key `numerical-overflow' with args `("ash" "Numerical ove
rflow" #f #f)'.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: lloda <lloda <at> sarc.name>
To: 50609-done <at> debbugs.gnu.org
Subject: Re: number overflow
Date: Fri, 5 Nov 2021 17:35:56 +0100
I've applied the patch in c6b1171c6b5632ac04120f482af786444e17d3fe. Thanks for the report!



This bug report was last modified 3 years and 255 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.