From adc74cbe1fba7314bd1120f9f7d69868f7de08a3 Mon Sep 17 00:00:00 2001 From: simonm 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 ccad987..3e4dcb7 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 -- 1.7.10.4