diff options
| author | Graydon Hoare <[email protected]> | 2010-09-13 13:37:24 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-13 13:37:24 -0700 |
| commit | bc646d01c501f2566fd78057e23c283cfedc0eb0 (patch) | |
| tree | 9bfe2f19a42e79b1ded82be5428f0bb33ec3f61f /src/Makefile | |
| parent | Fix a leak when box types are used via type descriptors. (diff) | |
| download | rust-bc646d01c501f2566fd78057e23c283cfedc0eb0.tar.xz rust-bc646d01c501f2566fd78057e23c283cfedc0eb0.zip | |
Fix leaking arg slots on tail calls. Closes #160.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 56fe9b98..8400e7a1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -533,6 +533,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ str-concat.rs \ str-idx.rs \ tag.rs \ + tail-call-arg-leak.rs \ tail-cps.rs \ tail-direct.rs \ task-comm.rs \ |