While building stage 1 on my ARM I ran into the following error. It
appears that the code is in a BEWARE_LOAD_STORE_ALIGNMENT #ifdef, which
perhaps isn't exercised frequently on more common architectures. Seems
like someone just forgot to update a function reference. The fix
is trivial.

Cheers,

- Ben


compiler/cmm/PprC.hs:961:33:
    Couldn't match expected type `Platform'
           against inferred type `CmmExpr'
    In the first argument of `pprExpr1', namely `expr'
    In the second argument of `(<+>)', namely `pprExpr1 expr'
    In the first argument of `parens', namely
        `(cast <+> pprExpr1 expr)'




_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to