#1989: GHC-6.8.1 fails arith003 on amd64/FreeBSD-7.0
----------------------+-----------------------------------------------------
Reporter: wb.kloke | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8.3
Component: Compiler | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86_64 (amd64)
Os: FreeBSD |
----------------------+-----------------------------------------------------
Comment (by simonmar):
While I'm happy that you've tracked down the problem, I don't fully
understand your explanation.
The compat library is linked into the stage1 compiler, and hence it should
be compiled by the same compiler you use to build stage1, i.e. the
"bootstrap compiler". compat isn't linked into any program that the
stage1 compiler builds, including `arith003`. So I'm not sure how the
compat library could contribute to this problem you observed.
The only reason to rebuild compat after building stage1, is in order to
build the programs in `utils/` using the stage1 compiler, and in fact we
do this when building distributions (see the `binary-dist` target in the
top-level `Makefile`).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1989#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs