Ticket #5422 (closed bug: fixed)
Panic when using lots of registers in cmm code
| Reported by: | pumpkin | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.1 |
| Component: | Compiler | Version: | 7.2.1 |
| Keywords: | Cc: | ekmett@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
If I try to compile (using ghc -c) the following code:
test
{
foreign "C" f(R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11);
}
I get:
ghc: panic! (the 'impossible' happened) (GHC version 7.2.1 for x86_64-apple-darwin): baseRegOffset:other
Change History
Note: See
TracTickets for help on using
tickets.
