summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-05-08 10:39:21 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2014-05-08 13:05:31 +0100
commitb5ca10c08b2ae4d8914fb7565dc0a93165420260 (patch)
treef6f6afc23c80d60de689f0053b4c1b893417cca1 /testsuite/tests/dph
parent35be701121056b83e9f1ef911156aec829180a6b (diff)
downloadhaskell-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.stderr7
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