[GHC] #14677: Code generator does not correctly tag a pointer

GHC ghc-devs at haskell.org
Wed Jan 17 14:53:14 UTC 2018


#14677: Code generator does not correctly tag a pointer
-------------------------------------+-------------------------------------
        Reporter:  simonpj           |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.2.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:  14626
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by heisenbug):

 Replying to [comment:1 simonpj]:
 > Try this (untested) patch. It works for the particular example.
 >
 > In haste...

 Simon, the branch has problems, as it turns out:
 {{{
   HC [stage 2] utils/ghctags/dist-install/build/Main.dyn_o
   HC [stage 2] utils/check-api-annotations/dist-install/build/Main.dyn_o
   HC [stage 2] utils/check-ppr/dist-install/build/Main.dyn_o
 epollControl: does not exist (No such file or directory)
 epollControl: does not exist (No such file or directory)
 epollControl: does not exist (No such file or directory)
 }}}

 I have sent the patch to `wip/T14677` and hopefully `circleci` will
 reproduce it.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14677#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list