Skip to content
Snippets Groups Projects
Commit adc74cbe authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-01 13:54:20 by simonm]

compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness
analyser bug is fixed.
parent 4da9a946
No related branches found
No related tags found
No related merge requests found
...@@ -219,6 +219,11 @@ ifeq "$(Ghc2_0)" "NO" ...@@ -219,6 +219,11 @@ ifeq "$(Ghc2_0)" "NO"
simplCore/OccurAnal_HC_OPTS = -Onot simplCore/OccurAnal_HC_OPTS = -Onot
endif 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 # C compilations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment