|
Re: [GHC] #445: panic! mkWWcpr: not a product: msg#00164lang.haskell.glasgow.bugs
#445: panic! mkWWcpr: not a product -----------------------+---------------------------------------------------- Reporter: nobody | Owner: simonpj Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 6.4 Severity: normal | Resolution: None Keywords: | Os: Unknown Difficulty: Unknown | Architecture: Unknown -----------------------+---------------------------------------------------- Changes (by guest): * architecture: => Unknown * difficulty: => Unknown * os: => Unknown Comment: I have the same problem with ghc 6.4.1. I was not using --make, but using -O2 -prof -auto-all. Here is the source: {{{ module M where newtype T a = T { unT :: a } f = unT test cs = f $ case cs of [] -> T [] (x:xs) -> T $ test cs }}} {{{ $ ghc -c M.hs -O2 -prof -auto-all ghc-6.4.1: panic! (the `impossible' happened, GHC version 6.4.1): mkWWcpr: not a product [a{tv a19n}] Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx, or http://sourceforge.net/projects/ghc/. }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/445> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [GHC] #673: Import FastPackedStrings for 6.6, GHC |
|---|---|
| Next by Date: | [GHC] #674: Bad error message: varying arguments, GHC |
| Previous by Thread: | [GHC] #673: Import FastPackedStrings for 6.6, GHC |
| Next by Thread: | Re: [GHC] #445: panic! mkWWcpr: not a product, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |