Ticket #7183 (closed bug: duplicate)

Opened 9 months ago

Last modified 9 months ago

Spelling "show" with lovercase causes compiler crash

Reported by: fjolle Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.4.2
Keywords: Cc:
Operating System: Windows Architecture: Unknown/Multiple
Type of failure: Compile-time crash Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The embedded code in this report makes GHC panic. I accidentally spelled "show" with a lowercase s.

This is the output when trying to load the script in GHCi:

*Main> :r [1 of 1] Compiling Main ( btree.hs, interpreted ) ghc.exe: panic! (the 'impossible' happened)

(GHC version 7.4.2 for i386-unknown-mingw32):

nameModule show{tv alJ}

type Vejnavn = String
type By = String

data Adresse = Adresse Vejnavn By
	deriving(show)

Change History

Changed 9 months ago by guest

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

This is already fixed in HEAD. See bug #5961.

Note: See TracTickets for help on using tickets.