Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes:

> I'm getting this in HEAD.  Should I worry?  It says "error"!
> Simon
>
Indeed we probably ought to fix the error message handling here. The
claim that this is an "error" is from GHC, which parses GCC's error
output. You see, however, that GCC is merely giving us a warning.

Regardless, the issue itself is non-critical. It's merely telling us
that we asked for a function to be inlined yet GCC felt it wouldn't be
wise to do so. This usually happens in the debug runtime due to
additional assertion code. It's safe to ignore.

Cheers,

- Ben

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to