Ticket #900 (closed bug: fixed)

Opened 7 years ago

Last modified 5 years ago

SPECIALISE broken

Reported by: simonmar Owned by:
Priority: normal Milestone: 6.6
Component: Compiler Version: 6.5
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

module Test where

fac n = fac n
{-# SPECIALISE fac :: Int -> Int #-}
~/scratch > ~/hackathon/ghc/compiler/ghc-inplace -O fac.hs -c
ghc-6.5: panic! (the 'impossible' happened)
  (GHC version 6.5 for i386-unknown-linux):
        No match in record selector Var.tcTyVarDetails

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

Change History

Changed 7 years ago by simonpj

  • status changed from new to closed
  • resolution set to fixed

Fixed. Test is tc212.hs

Simon

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.