fix values miscompilation in push context with RA
authorAndy Wingo <wingo@pobox.com>
Wed, 25 Jan 2012 09:37:25 +0000 (10:37 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 25 Jan 2012 09:37:25 +0000 (10:37 +0100)
commitc3d5344a92d815c855445d82079d1a390b9282c8
tree24e131f78513c6db5e0034050a1def91be0f09e0
parent2b264d7e4fb649955ade1814527b6eb6f34f4e18
fix values miscompilation in push context with RA

* module/language/tree-il/compile-glil.scm (flatten-lambda-case): Fix
  miscompilation of `values' in a push context with RA.
* test-suite/tests/tree-il.test: Add low-level test for this
  miscompilation.
module/language/tree-il/compile-glil.scm
test-suite/tests/tree-il.test