[GHC] #14454: Unregisterised build is broken
GHC
ghc-devs at haskell.org
Tue Nov 28 20:52:50 UTC 2017
#14454: Unregisterised build is broken
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: bgamari
Type: bug | Status: new
Priority: high | Milestone: 8.4.1
Component: Compiler | Version: 8.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"048a91380cbbc18d1704bb7c328247a1660b5596/ghc" 048a913/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="048a91380cbbc18d1704bb7c328247a1660b5596"
cmm: Use LocalBlockLabel instead of AsmTempLabel to represent blocks
blockLbl was originally changed in
8b007abbeb3045900a11529d907a835080129176 to
use mkTempAsmLabel to fix an inconsistency resulting in #14221. However,
this
breaks the C code generator, which doesn't support AsmTempLabels (#14454).
Instead let's try going the other direction: use a new CLabel variety,
LocalBlockLabel. Then we can teach the C code generator to deal with
these as well.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list