[project @ 2000-05-10 11:28:47 by keithw]
authorkeithw <unknown>
Wed, 10 May 2000 11:28:47 +0000 (11:28 +0000)
committerkeithw <unknown>
Wed, 10 May 2000 11:28:47 +0000 (11:28 +0000)
Add comment noting that StgLint is currently broken.

ghc/compiler/stgSyn/StgLint.lhs

index 67b4c13..24bad62 100644 (file)
@@ -34,6 +34,18 @@ Checks for
        (a) *some* type errors
        (b) locally-defined variables used but not defined
 
+
+Note: unless -dverbose-stg is on, display of lint errors will result
+in "panic: bOGUS_LVs".
+
+WARNING: 
+~~~~~~~~
+
+This module has suffered bit-rot; it is likely to yield lint errors
+for Stg code that is currently perfectly acceptable for code
+generation.  Solution: don't use it!  (KSW 2000-05).
+
+
 %************************************************************************
 %*                                                                     *
 \subsection{``lint'' for various constructs}