[GHC] #7864: --make -dynamic-too doesn't work

#7864: --make -dynamic-too doesn't work ---------------------------------+------------------------------------------ Reporter: igloo | Owner: igloo Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ `--make -dynamic-too` doesn't work yet. I think that the best fix will be to unify the two different code paths that `-c` and `--make` use to do more-or-less the same thing (the Hsc phase). In the mean-time, this means that Cabal can't use -dynamic-too, so I've marked it as not supported in `compilerInfo` in `DynFlags`. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7864 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7864: --make -dynamic-too doesn't work
---------------------------------+------------------------------------------
Reporter: igloo | Owner: igloo
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ian@…):
commit 4d15f23ccf2e385298c2475cc2a5ed6d5b3c8bc8
{{{
Author: Ian Lynagh

#7864: --make -dynamic-too doesn't work ---------------------------------+------------------------------------------ Reporter: igloo | Owner: igloo Type: bug | Status: new Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: dynamicToo002 Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * testcase: => dynamicToo002 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7864#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7864: --make -dynamic-too doesn't work
---------------------------------+------------------------------------------
Reporter: igloo | Owner: igloo
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase: dynamicToo002
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ian@…):
commit 25dd77f545316dd2947890e7896c06736fa7fe44
{{{
Author: Ian Lynagh

#7864: --make -dynamic-too doesn't work -------------------------------+-------------------------------------------- Reporter: igloo | Owner: igloo Type: bug | Status: closed Priority: high | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: dynamicToo002 | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by igloo): * status: new => closed * resolution: => fixed Comment: Fixed. The `HscOut` phase is now shared, but `Hsc` is still duplicated -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7864#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC