[GHC] #9511: Remove deprecated -fglasgow-exts from NoFib suite

GHC ghc-devs at haskell.org
Sun Aug 24 05:25:40 UTC 2014


#9511: Remove deprecated -fglasgow-exts from NoFib suite
-------------------------------------+-------------------------------------
       Reporter:  dfeuer             |                   Owner:
           Type:  task               |                  Status:  new
       Priority:  low                |               Milestone:
      Component:  NoFib benchmark    |                 Version:  7.8.3
  suite                              |        Operating System:
       Keywords:                     |  Unknown/Multiple
   Architecture:  Unknown/Multiple   |         Type of failure:  Other
     Difficulty:  Unknown            |               Test Case:
     Blocked By:                     |                Blocking:
Related Tickets:                     |  Differential Revisions:
-------------------------------------+-------------------------------------
 Someone on #ghc noted that replacing -fglasgow-exts with only the
 necessary options in each case may change compile times, which may be
 undesirable. I think a reasonable workaround would be to just put all the
 options on the command line, whether necessary or not. This will increase
 the time needed to parse the command lines, but presumably by a trivial
 amount.

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


More information about the ghc-tickets mailing list