[GHC] #11260: Re-compilation driver/recomp11 test fails (was: Re-compilation tests fail on powerpc64)
GHC
ghc-devs at haskell.org
Thu Dec 31 12:56:21 UTC 2015
#11260: Re-compilation driver/recomp11 test fails
-------------------------------------+-------------------------------------
Reporter: trommler | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Compile-time | Test Case:
performance bug | driver/recomp011
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by trommler):
* testcase: => driver/recomp011
* architecture: powerpc64 => Unknown/Multiple
* owner: trommler =>
* os: Linux => Unknown/Multiple
Old description:
> recomp011:
> {{{
> [1 of 1] Compiling Main ( Main.hs, Main.o ) [A.hsinc
> changed]
> Linking Main ...
> 4343
> +Linking Main ...
> 4343
> }}}
> recomp015:
> {{{
> [1 of 1] Compiling Main ( Main.hs, Main.o )
> Linking Main ...
> Running main...
> +Linking Main ...
> Running main...
> }}}
New description:
recomp011:
{{{
[1 of 1] Compiling Main ( Main.hs, Main.o ) [A.hsinc changed]
Linking Main ...
4343
+Linking Main ...
4343
}}}
--
Comment:
I take it `recomp015` does not fail on ARM.
In [https://gist.github.com/AlainODea/98141991849093285c52], which is a
build on SmartOS, `recomp011` fails but not `recomp015`.
It seems to me that the `recomp015` failure is powerpc64 specific and I
will create a new ticket for it.
I am disowning the ticket because it is not powerpc64 specific.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11260#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list