unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14749: rtl.test failure in master
@ 2013-06-29 18:38 dsmich
  2013-06-29 21:53 ` dsmich
  0 siblings, 1 reply; 4+ messages in thread
From: dsmich @ 2013-06-29 18:38 UTC (permalink / raw)
  To: 14749

I'm seeing this make check error from rtl.test on master:

ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))

The failing line is:
    (integer->char 16000)

Out of curiosity, I added these lines:
   #\λ
   (integer->char 955)

I chose the lambda char as it works fine within a string a few line further into the test.

Those lines produce these errors:
ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))
ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))

I don't how 16000 relates to #\37200 or how 955 or #\λ to #\1673 .

Could it be that this is a 32 bit machine?

$ git describe
v2.1.0-1017-g98eaef1


-Dale






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-08  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-29 18:38 bug#14749: rtl.test failure in master dsmich
2013-06-29 21:53 ` dsmich
2013-06-30 10:58   ` dsmich
2013-08-08  2:35     ` dsmich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).