<div dir="auto">Hi Ben, <div dir="auto"><br></div><div dir="auto">Just FYI, gcc 9 added -fdiagnostics-format=json so that may be an option to make this sort of thing easier to handle. </div><div dir="auto"><br></div><div dir="auto">Kind regards</div><div dir="auto">Tamar <br><br><div data-smartmail="gmail_signature" dir="auto">Sent from my Mobile</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 11, 2020, 17:50 Ben Gamari <<a href="mailto:ben@well-typed.com">ben@well-typed.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Simon Peyton Jones via ghc-devs <<a href="mailto:ghc-devs@haskell.org" target="_blank" rel="noreferrer">ghc-devs@haskell.org</a>> writes:<br>
<br>
> I'm getting this in HEAD.  Should I worry?  It says "error"!<br>
> Simon<br>
><br>
Indeed we probably ought to fix the error message handling here. The<br>
claim that this is an "error" is from GHC, which parses GCC's error<br>
output. You see, however, that GCC is merely giving us a warning.<br>
<br>
Regardless, the issue itself is non-critical. It's merely telling us<br>
that we asked for a function to be inlined yet GCC felt it wouldn't be<br>
wise to do so. This usually happens in the debug runtime due to<br>
additional assertion code. It's safe to ignore.<br>
<br>
Cheers,<br>
<br>
- Ben<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank" rel="noreferrer">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>