4.9.0rc1 make check error added by mario-goulart on Mon Apr 14 14:59:08 2014

======================================== lolevel tests ...

Error: unbound variable: foo

	Call history:

	<syntax>	  #<invalid forwarded object>
	<syntax>	  #<invalid forwarded object>
	<syntax>	  (##core#quote #<invalid forwarded object>)
	<syntax>	  #<invalid forwarded object>
	<eval>	  (mutate-procedure! #<invalid forwarded object> (lambda (#<invalid forwarded object>) (lambda #<inval......
	<syntax>	  (assert (not (eq? foo new-foo)))
	<syntax>	  (##core#let ((tmp139 (not (eq? foo new-foo)))) (##core#if (##core#check tmp139) tmp139 (##sys#error ...
	<syntax>	  (##core#begin (##core#if (##core#check tmp139) tmp139 (##sys#error "assertion failed" (##core#quote ...
	<syntax>	  (##core#if (##core#check tmp139) tmp139 (##sys#error "assertion failed" (##core#quote (not (eq? foo ......
	<syntax>	  (##core#check tmp139)
	<syntax>	  (##sys#error "assertion failed" (##core#quote (not (eq? foo new-foo))))
	<syntax>	  (##core#quote (not (eq? foo new-foo)))
	<syntax>	  (not (eq? foo new-foo))
	<syntax>	  (eq? foo new-foo)
	<eval>	  (not (eq? foo new-foo))
	<eval>	  (eq? foo new-foo)	<--
make[1]: *** [check] Error 70
make[1]: Leaving directory `/home/mario/src/chicken-4.9.0rc1'
make: *** [check] Error 2


mario@mint16 ~/src/chicken-4.9.0rc1 $ gcc --version
gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.