diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-05-08 10:39:21 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-05-08 13:05:31 +0100 |
commit | b5ca10c08b2ae4d8914fb7565dc0a93165420260 (patch) | |
tree | f6f6afc23c80d60de689f0053b4c1b893417cca1 /testsuite/tests/dph | |
parent | 35be701121056b83e9f1ef911156aec829180a6b (diff) | |
download | haskell-b5ca10c08b2ae4d8914fb7565dc0a93165420260.tar.gz |
Better error message in vectoriser
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r-- | testsuite/tests/dph/modules/dph-ExportList-vseg-fast.stderr | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/dph/modules/dph-ExportList-vseg-fast.stderr b/testsuite/tests/dph/modules/dph-ExportList-vseg-fast.stderr index 749c3cdfeb..bf6f453f71 100644 --- a/testsuite/tests/dph/modules/dph-ExportList-vseg-fast.stderr +++ b/testsuite/tests/dph/modules/dph-ExportList-vseg-fast.stderr @@ -1,6 +1,9 @@ [1 of 1] Compiling ExportList ( ExportList.hs, ExportList.o ) Warning: vectorisation failure: identityConvTyCon: type constructor contains parallel arrays [::] - Could NOT call vectorised from original version ExportList.solveV + Could NOT call vectorised from original version + ExportList.solveV :: GHC.Types.Double -> [:GHC.Types.Double:] Warning: vectorisation failure: identityConvTyCon: type constructor contains parallel arrays NodeV Could NOT call vectorised from original version - ExportList.solvePA + ExportList.solvePA :: ExportList.NodeV + -> GHC.Types.Double + -> Data.Array.Parallel.PArray.PData.Base.PArray GHC.Types.Double |