Bugs item #1199529, was opened at 2005-05-10 18:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1199529&group_id=8032

Category: Compiler
Group: 6.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ghc --make panic on fptools/ghc/compiler/Lexer.hs

Initial Comment:
I am trying to use ghc's lexer in my own project. When
building module that imports Lexer module I am getting
this error:

ghc-6.4: panic! (the `impossible' happened, GHC version
6.4):
        expectJust upsweep_mod:old_linkable


My reproduction project(attached) consists of two files:

Main.hs
========>
module Main where



import Lexer



main = putStrLn "hello"
<=========
and Makefile.

You may have to edit Makefile to provide the correct
path to the fptools folder. Running make demonstrates
the error.

I am using ghc-6.4 on gentoo.

Thank you,
Pavel [pavelzolnikov at yahoo dot com]


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1199529&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to