[GHC] #760: Template Haskell doesn't like scoped type variables

2006-05-02 Thread GHC
#760: Template Haskell doesn't like scoped type variables ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #754: EVACUATED object entered

2006-05-02 Thread GHC
#754: EVACUATED object entered --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component:

Re: [GHC] #751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.

2006-05-02 Thread GHC
#751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3. --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: high

Re: 6.4.2 under solaris

2006-05-02 Thread Simon Marlow
Christian Maeder wrote: Christian Maeder wrote: using Rev. 1.1.2.3 of timeout.hs I could run the testsuite until conc020 which did then sleep with truss repeatedly outputting: I ran the testsuite now with ghc-6.4.1. The results are attached at

Re: [GHC] #751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.

2006-05-02 Thread GHC
#751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3. --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: normal

ghc-6.4: panic!

2006-05-02 Thread Thurston Hou Yeen Dang
Hello, The following code: - data Tree a = Leaf | Node a Tree Tree double :: Tree Int - Tree Int double Leaf = Node 1 Leaf Leaf double (Node myKey leftTree rightTree) = Node myKey (double leftTree) (double rightTree) - caused an error message: - ghc-6.4: panic! (the

Re: ghc-6.4: panic!

2006-05-02 Thread Simon Marlow
Thurston Hou Yeen Dang wrote: Hello, The following code: - data Tree a = Leaf | Node a Tree Tree double :: Tree Int - Tree Int double Leaf = Node 1 Leaf Leaf double (Node myKey leftTree rightTree) = Node myKey (double leftTree) (double rightTree) - caused an error message:

Re: [GHC] #761: Occasional Segmentation Fault and strange object 17863

2006-05-02 Thread GHC
#761: Occasional Segmentation Fault and strange object 17863 ---+ Reporter: guest | Owner: Type: bug | Status: closed Priority: normal

Re: [GHC] #751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.

2006-05-02 Thread GHC
#751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3. --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: high