From adc74cbe1fba7314bd1120f9f7d69868f7de08a3 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Thu, 1 Jan 1998 13:54:20 +0000
Subject: [PATCH] [project @ 1998-01-01 13:54:20 by simonm] compile
 simplStg/UpdAnal.lhs with -fno-strictness until the strictness analyser bug
 is fixed.

---
 ghc/compiler/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index ccad9875df0f..3e4dcb7a26df 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -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
 
-- 
GitLab