Sven fixed this GC bug a week or two back. Your programs compile ok with the current CVS compiler, (which we are desperately trying to get settled so we can release it). If you can try the current version, I think you'll find it will work. Simon > -----Original Message----- > From: Andy Gill > Sent: Friday, July 16, 1999 12:02 PM > To: GHC Bugs > Subject: fatal error in GHC: strange selectee > > > When compiling on linux, using ghc 4.03, I get the following > compile time error: > > bash% make > ghc -syslib exts -O -c DataXML.hs -o DataXML.o > ghc: module version changed to 1; reason: no old .hi file > ghc -syslib exts -O -c ClassParsing.hs -o ClassParsing.o > ghc: module version changed to 1; reason: no old .hi file > ghc -syslib exts -O -c ClassSymbol.hs -o ClassSymbol.o > ghc: module version changed to 1; reason: no old .hi file > ghc -syslib exts -O -c LL1Parsing.hs -o LL1Parsing.o > NOTE: Simplifier still going after 4 iterations; bailing out. > ghc: module version changed to 1; reason: no old .hi file > ghc -syslib exts -O -c ParseXML.hs -o ParseXML.o > > ParseXML.hs:130: > Warning: No explicit method nor default method for `enumFromThen' > in an instance declaration for `Enum' > > ParseXML.hs:130: > Warning: No explicit method nor default method for `enumFrom' > in an instance declaration for `Enum' > > ParseXML.hs:133: > Warning: No explicit method nor default method for `getToken' > in an instance declaration for `Symbol' > ifaceBinds: free vars: tpl_s5GN > tpl_s5GT > tpl_s5GU > tpl_s5GW > tpl_s5Hn > tpl_s5Ht > tpl_s5Hu > tpl_s5Hw > tpl_s5Ip > tpl_s5Iv > tpl_s5Iw > tpl_s5Iy > tpl_s5IX > tpl_s5IY > tpl_s5J3 > tpl_s5J4 > tpl_s5J5 > tpl_s5J6 > tpl_s5J7 > hsc: fatal error: evacuate: THUNK_SELECTOR: strange selectee > make: *** [ParseXML.o] Error 1 > bash% > > Andy >
RE: fatal error in GHC: strange selectee
Simon Peyton-Jones Fri, 16 Jul 1999 16:54:58 +0200 (MET DST)
- fatal error in GHC: strange selectee Andy Gill
- Simon Peyton-Jones
