[GHC] #14454: Unregisterised build is broken
#14454: Unregisterised build is broken -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: high | Milestone: 8.4.1 Component: Compiler | Version: 8.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Fails with several errors along the lines of, {{{ ghc-stage1: panic! (the 'impossible' happened) (GHC version 8.3.20171111 for x86_64-unknown-linux): pprCLbl AsmTempLabel Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug rts/ghc.mk:295: recipe for target 'rts/dist/build/Exception.o' failed make[1]: *** [rts/dist/build/Exception.o] Error 1 make[1]: *** Waiting for unfinished jobs.... }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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: | -------------------------------------+------------------------------------- Changes (by bgamari): * owner: (none) => bgamari -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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 bgamari): This broke due to 8b007abbeb3045900a11529d907a835080129176. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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: | -------------------------------------+------------------------------------- Changes (by bgamari): * cc: trommler (added) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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:"ea26162226fa04d3d21f6ce3fdf36e83355274c9/ghc" ea26162/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="ea26162226fa04d3d21f6ce3fdf36e83355274c9" CLabel: Clean up unused label types Test Plan: Validate Reviewers: trommler, simonmar Reviewed By: trommler Subscribers: rwbarton, thomie GHC Trac Issues: #14454 Differential Revision: https://phabricator.haskell.org/D4182 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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:"d3b80c79c2f906cd05066c374f4f19392033dfea/ghc" d3b80c79/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="d3b80c79c2f906cd05066c374f4f19392033dfea" Cmm: Add missing cases for BlockInfoTable Silly rabbit, BlockInfoTables are data. This fixes the unregisterised build, finally fixing #14454. }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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
#14454: Unregisterised build is broken -------------------------------------+------------------------------------- Reporter: bgamari | Owner: bgamari Type: bug | Status: closed Priority: high | Milestone: 8.4.1 Component: Compiler | Version: 8.3 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): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed Comment: I believe this should now be resolved. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14454#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC