Evac.c

Phyx lonetiger at gmail.com
Thu Jun 11 16:53:04 UTC 2020


Hi Ben,

Just FYI, gcc 9 added -fdiagnostics-format=json so that may be an option to
make this sort of thing easier to handle.

Kind regards
Tamar

Sent from my Mobile

On Thu, Jun 11, 2020, 17:50 Ben Gamari <ben at well-typed.com> wrote:

> Simon Peyton Jones via ghc-devs <ghc-devs at 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
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20200611/70b7d3cf/attachment.html>


More information about the ghc-devs mailing list