Re: [PING] Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'

2022-05-17 Thread Richard Biener via Gcc-patches
od reason, you should > >>> >> use > >>> >>abort () instead of calling this function directly. */ > >>> >> void > >>> >> internal_error (const char *gmsgid, ...) > >>> >> { > >&g

[PING] Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'

2022-05-17 Thread Thomas Schwinge
, or some other good reason, you should use >>> >>abort () instead of calling this function directly. */ >>> >> void >>> >> internal_error (const char *gmsgid, ...) >>> >> { >>> >> >>> >> Here

Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'

2022-05-10 Thread Thomas Schwinge
>> { >> >> >> >> Here, there's no "debugging value to be had from a more specific >> >> message", and I couldn't think of "some other good reason", so decided to >> >> "use abort () instead of calling this functi