[GHC] #10923: GHC should recompile if flags change
GHC
ghc-devs at haskell.org
Thu Oct 1 04:34:27 UTC 2015
#10923: GHC should recompile if flags change
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.10.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): |
-------------------------------------+-------------------------------------
Example:
{{{
ezyang at sabre:~$ rm B.hi
ezyang at sabre:~$ Dev/ghc-7.10.2/usr/bin/ghc -c B.hs
ezyang at sabre:~$ Dev/ghc-7.10.2/usr/bin/ghc -c B.hs -O
compilation IS NOT required
}}}
Pretty minor, but would be nice to have fixed.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10923>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list