Re: [GHC] #6008: ghc: panic! (the 'impossible' happened)

2012-04-24 Thread GHC
#6008: ghc: panic! (the 'impossible' happened)
---+
  Reporter:  jtb   |  Owner:
  Type:  bug   | Status:  closed
  Priority:  normal|  Milestone:
 Component:  Compiler  |Version:  7.4.1 
Resolution:  fixed |   Keywords:
Os:  Linux |   Architecture:  x86_64 (amd64)
   Failure:  None/Unknown  | Difficulty:  Unknown   
  Testcase:|  Blockedby:
  Blocking:|Related:
---+
Changes (by simonpj):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed


Comment:

 Closing; we have tests for this already I think.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #6008: ghc: panic! (the 'impossible' happened)

2012-04-15 Thread GHC
#6008: ghc: panic! (the 'impossible' happened)
--+-
 Reporter:  jtb   |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Component:  Compiler  
  Version:  7.4.1 |   Keywords:
   Os:  Linux |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |   Testcase:
Blockedby:|   Blocking:
  Related:|  
--+-

Comment(by jtb):

 Thank you for your quick response! Great that it is already fixed in HEAD.

 And as you posted the error messages, I was actually able to correct my
 code :).

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #6008: ghc: panic! (the 'impossible' happened)

2012-04-15 Thread GHC
#6008: ghc: panic! (the 'impossible' happened)
--+-
 Reporter:  jtb   |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Component:  Compiler  
  Version:  7.4.1 |   Keywords:
   Os:  Linux |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |   Testcase:
Blockedby:|   Blocking:
  Related:|  
--+-

Comment(by michalt):

 Thanks for reporting! This seems to be fixed in HEAD :)
 {{{
 > ~/dev/ghc-clean/inplace/bin/ghc-stage2 -O2 -fforce-recomp -rtsopts
 keltis_typedefs.hs
 [1 of 1] Compiling Main ( keltis_typedefs.hs,
 keltis_typedefs.o )

 keltis_typedefs.hs:6:29:
 Illegal deriving item `eq'
 In the data declaration for `PlayingCard'

 keltis_typedefs.hs:13:24:
 Illegal deriving item `eq'
 In the data declaration for `Colour'

 keltis_typedefs.hs:16:29:
 Illegal deriving item `eq'
 In the data declaration for `PlayersHand'
 }}}
 but not in the 7.4 branch. I'm not closing since I'm not sure which commit
 did
 actually fix this and if it is easy to merge it into 7.4 branch (from
 briefly
 looking at the logs it might have been
 3bf54e78cfd4b94756e3f21c00ae187f80c3341d).

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #6008: ghc: panic! (the 'impossible' happened)

2012-04-14 Thread GHC
#6008: ghc: panic! (the 'impossible' happened)
--+-
 Reporter:  jtb   |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Component:  Compiler  
  Version:  7.4.1 |   Keywords:
   Os:  Linux |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |   Testcase:
Blockedby:|   Blocking:
  Related:|  
--+-
Changes (by jtb):

  * architecture:  Unknown/Multiple => x86_64 (amd64)


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #6008: ghc: panic! (the 'impossible' happened)

2012-04-14 Thread GHC
#6008: ghc: panic! (the 'impossible' happened)
--+-
 Reporter:  jtb   |  Owner:  
 Type:  bug   | Status:  new 
 Priority:  normal|  Component:  Compiler
  Version:  7.4.1 |   Keywords:  
   Os:  Linux |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-
 Hello,

 I get the following output in ghci ordering me to report this bug:

 {{{

 Prelude> :load keltis_typedefs.hs
 [1 of 1] Compiling Main ( keltis_typedefs.hs, interpreted )
 ghc: panic! (the 'impossible' happened)
   (GHC version 7.4.1 for x86_64-unknown-linux):
 nameModule eq{tv a9U}
 }}}

 I'll attach the file I was trying to load (don't laugh, I was just
 experimenting with Haskell).

 Best regards & thank you,

 Tobias

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs