Ticket #7 (closed bug: Fixed)
dodgy case of unboxed tuple type
Description
The following program reports
c:\ghc\ghc-5.02\bin\ghc: panic! (the `impossible'
happened, GHC version 5.02):
cgEvalAlts: dodgy case of unboxed tuple type
Please report it as a compiler bug to glasgow-haskell-
bugs@haskell.org,
or http://sourceforge.net/projects/ghc/.
---------------
module Main where
import PrelBase
import PrelGHC
main :: IO ()
main = let f = int2Integer# 0# in putStrLn ""
----------------
Change History
Note: See
TracTickets for help on using
tickets.
