Re: GHC 8.8.2 Bootstrap Build Fails on macOS Catalina 10.15, undeclared identifier 'TAG_MASK'

2020-01-17 Thread Ben Gamari
Steven Smith writes: > I’m trying to upgrade the MacPorts ghc install to the latest 8.8.2. > > The build fails with: >> error: use of undeclared identifier 'TAG_MASK' >> :info:build return (StgWord)p & TAG_MASK; > > > This is an error observed with previous ghc versions and on other > sy

GHC 8.8.2 Bootstrap Build Fails on macOS Catalina 10.15, undeclared identifier 'TAG_MASK'

2020-01-17 Thread Steven Smith
I’m trying to upgrade the MacPorts ghc install to the latest 8.8.2. The build fails with: > error: use of undeclared identifier 'TAG_MASK' > :info:build return (StgWord)p & TAG_MASK; This is an error observed with previous ghc versions and on other systems, so I do not believe it is ma