[GHC] #7478: setSessionDynFlags does not always work

GHC ghc-devs at haskell.org
Wed Aug 28 18:52:08 UTC 2013


#7478: setSessionDynFlags does not always work
-------------------------------------+------------------------------------
        Reporter:  edsko             |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:  7.6.2
       Component:  Compiler          |          Version:  7.6.1
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:  ghc-api/T7478     |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------
Changes (by goldfire):

 * owner:  simonmar =>
 * status:  closed => new
 * resolution:  fixed =>


Comment:

 This fails on MacOS 10.7.5 and 10.8.4. Here is the output from 10.7.5:

 {{{
 Wrong exit code (expected 0 , actual 2 )
 Stdout:
 ----- 0 ------
 (0,"[1 of 2] Compiling B                ( B.hs, B.o )")
 (0,"[2 of 2] Compiling Main             ( A.hs, A.o )")
 ----- 1 ------
 (1,"[2 of 2] Compiling Main             ( A.hs, A.o )")
 ----- 2 ------
 (2,"[1 of 1] Compiling Main             ( C.hs, C.o )")
 (2,"Linking A ...")

 Stderr:
 T7478: T7478: phase `Linker' failed (exitcode = 1)
 make[1]: *** [T7478] Error 1

 *** unexpected failure for T7478(normal)
 }}}

 Please let me know if any further info is needed!

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




More information about the ghc-tickets mailing list