[GHC] #11578: Fix GHC on AArch64/Arm64
GHC
ghc-devs at haskell.org
Tue Feb 16 10:36:20 UTC 2016
#11578: Fix GHC on AArch64/Arm64
-------------------------------------+-------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: aarch64
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------
Comment (by mfox):
Anywho, moving on. These are the tests that fail in HEAD:
{{{
TEST="T2552 joao-circular T5654b-O1 T5654b-O0 T2552 T11195 T11303b T11276
T11374 linker_unload divbyzero T5435_dyn_asm T5435_v_gcc outofmem
T5435_v_asm T3424 barton-mangler-bug T10052 T9329 T5313 T3586 recomp015
ghcilink004 integerConstantFolding TH_spliceE5_prof_ext recomp011 ghci004
ghci006 prog001 T8628 T8639_api T10508_api ffi014 dynCompileExpr T9203
haddock.Cabal haddock.compiler haddock.base T5321FD T5030 T4801 T5631
T5837 T9872a T5642 T9872b T3064 parsing001 T9872d T9872c T1969 T5321Fun
T783 T9233 T9961"
OVERALL SUMMARY for test run started at Mon Feb 15 16:05:12 2016 UTC
7:24:18 spent to go through
5015 total tests, which gave rise to
18823 test cases, of which
13838 were skipped
67 had missing libraries
4782 expected passes
81 expected failures
0 caused framework failures
1 unexpected passes
33 unexpected failures
21 unexpected stat failures
}}}
To get this good of a result you must build with:
./configure --disable-large-address-space
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11578#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list