From: simonm Date: Thu, 1 Jan 1998 13:54:20 +0000 (+0000) Subject: [project @ 1998-01-01 13:54:20 by simonm] X-Git-Tag: Approx_2487_patches~1122 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=adc74cbe1fba7314bd1120f9f7d69868f7de08a3;p=ghc-hetmet.git [project @ 1998-01-01 13:54:20 by simonm] compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness analyser bug is fixed. --- 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