[GHC] #14221: yaml-0.8.23.3 fails to build with -g

GHC ghc-devs at haskell.org
Tue Nov 28 20:52:50 UTC 2017


#14221: yaml-0.8.23.3 fails to build with -g
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  bug               |               Status:  closed
        Priority:  normal            |            Milestone:  8.4.1
       Component:  Compiler (NCG)    |              Version:  8.2.1
      Resolution:  fixed             |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D3977
       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/14221#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list