[GHC] #10052: Panic (something to do with floatExpr?)

GHC ghc-devs at haskell.org
Tue Feb 10 15:18:34 UTC 2015


#10052: Panic (something to do with floatExpr?)
-------------------------------------+-------------------------------------
        Reporter:  edsko             |                   Owner:  simonmar
            Type:  bug               |                  Status:  new
        Priority:  high              |               Milestone:  7.10.1
       Component:  Compiler          |                 Version:  7.10.1-rc2
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by simonmar):

 I think the problem here is that you're trying to use `-O` in conjunction
 with the interpreter, which we normally don't do because optimisation can
 introduce unboxed tuples, which the interpreter can't handle.  I suspect
 that you've uncovered another case that isn't handled when we try to use
 -O with the interpreter, but since we don't have any plans to handle that
 combination I'm not inclined to try to fix this particular problem.

 We will look into why we aren't catching the -O/interpreter combination
 and make it fail in a civilized way.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10052#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list