[GHC] #14027: __GLASGOW_HASKELL__ / ProjectVersionInt is not set correctly in ghc 8.2.1

GHC ghc-devs at haskell.org
Mon Jul 24 11:10:16 UTC 2017


#14027: __GLASGOW_HASKELL__ / ProjectVersionInt is not set correctly in ghc 8.2.1
-------------------------------------+-------------------------------------
           Reporter:  choenerzs      |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:
          Component:  Build System   |           Version:
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  Incorrect result
  Unknown/Multiple                   |  at runtime
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 __GLASGOW_HASKELL__ is 802 with ghc-8.2.1.

 {{{
 #if __GLASGOW_HASKELL__ >= 803
 thisShouldFail
 #endif
 }}}


 Does not fail.

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


More information about the ghc-tickets mailing list