Ticket #7 (closed bug: Fixed)

Opened 11 years ago

Last modified 42 years ago

dodgy case of unboxed tuple type

Reported by: mtehver Owned by: nobody
Priority: normal Milestone:
Component: Compiler Version: 5.02
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

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

Changed 10 years ago by simonmar

  • status changed from assigned to closed
Logged In: YES 
user_id=48280

Was fixed in 5.02.1
Note: See TracTickets for help on using tickets.