[project @ 1998-01-01 13:54:20 by simonm]
authorsimonm <unknown>
Thu, 1 Jan 1998 13:54:20 +0000 (13:54 +0000)
committersimonm <unknown>
Thu, 1 Jan 1998 13:54:20 +0000 (13:54 +0000)
compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness
analyser bug is fixed.

ghc/compiler/Makefile

index ccad987..3e4dcb7 100644 (file)
@@ -219,6 +219,11 @@ ifeq "$(Ghc2_0)" "NO"
 simplCore/OccurAnal_HC_OPTS    = -Onot
 endif
 
+# Strictness analyser misbehaving in 2.10, fails to terminate on
+# UpdAnal.lhs due to weird recursive datatype.  Bug was exposed by a
+# separate bugfix to the fixpoint finder.
+simplStg/UpdAnal_HC_OPTS       = -fno-strictness
+
 # ----------------------------------------------------------------------------
 #              C compilations