#2513: -fparr warning should be more clear
--------------------------+-------------------------------------------------
Reporter: Feuerbach | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.9 | Severity: normal
Keywords: | Testcase:
Architecture: Unknown | Os: Unknown
--------------------------+-------------------------------------------------
When compiling program which uses parallel arrays with {{{{-# OPTIONS
-fparr #-}}}}, head GHC emits warning:
{{{Warning: -fparr is deprecated: Use the PArr language instead}}}.
The solution is to use {{{-XPArr}}} or {{{{-# LANGUAGE PArr #-}}}}
instead, which is not evident from the warning message.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2513>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs