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 <b...@well-typed.com> wrote: > 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 > _______________________________________________ > ghc-devs mailing list > ghc-devs@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs >
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs