Ticket #2241 (closed bug: fixed)
unknown epilogue mangling, WARNING: Epilogue junk
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 6.10 branch |
| Component: | Compiler | Version: | 6.9 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
At some point (before the 10th Apr) we started getting epilogue junk in the HEAD, e.g.:
../compiler/ghc-inplace -Werror -H64m -Onot -fasm -optc-O2 -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -fvia-C -static -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint -c Apply.cmm -o Apply.o
ghc-asm: unknown epilogue mangling? x86_64-unknown-linux
WARNING: Epilogue junk?:
addq $8, %rsp
ret
.size stg_PAP_entry, .-stg_PAP_entry
.p2align 4,,15
.globl stg_PAP_apply
.type stg_PAP_apply, @function
Change History
Note: See
TracTickets for help on using
tickets.
