[GHC] #8965: bootstrapping failure on Linux/ppc64el
GHC
ghc-devs at haskell.org
Sat Apr 12 12:41:24 UTC 2014
#8965: bootstrapping failure on Linux/ppc64el
--------------------------------------------+-----------------------------
Reporter: cjwatson | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.8.3
Component: Compiler | Version: 7.8.1-rc2
Resolution: | Keywords:
Operating System: Linux | Architecture: powerpc64
Type of failure: GHC doesn't work at all | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
--------------------------------------------+-----------------------------
Changes (by slyfox):
* cc: slyfox@… (added)
Comment:
Great catch indeed!
As for prototype mismatch there is a very heavy hammer I tried a while
ago:
./configure --enable-unrefisterised CFLAGS=-flto LDFLAGS=-flto
It dies in Cmm in things like 'memset' being 'const' incompatible with
stdlib.h thing,
but in general very nice thing to check for bugs repository-wide.
And find real problems. I'll try that once again and post most relevant
bits.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8965#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list