[GHC] #12186: Windows linker stack commit setting causing issues

GHC ghc-devs at haskell.org
Wed Jun 22 11:20:31 UTC 2016


#12186: Windows linker stack commit setting causing issues
-------------------------------------+-------------------------------------
        Reporter:  tim-m89           |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
  (Linking)                          |
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
 Type of failure:  Incorrect result  |  Unknown/Multiple
  at runtime                         |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #8870             |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by tim-m89):

 When passing this specific linker option, it needs to come after the hard
 coded 1 to to take precedence apparently, but from my limited tests that
 only seems to be the case for simple GHC invocations. Specifying that
 option in either the cabal file or passed to stack as an option to pass to
 GHC via 'stack build' doesn't work, though passing it to GHC directly
 works fine (including when that same GHC invocation was via 'stack exec').

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


More information about the ghc-tickets mailing list