https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
Jonathan Wakely changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
--- Comment #4 from Thomas Koenig ---
There is a prototype patch by Martin Sebor at
https://gcc.gnu.org/pipermail/gcc-patches/2019-October/531812.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
--- Comment #3 from Richard Biener ---
I'm not sure a function call is the proper way to handle this. It would maybe
be better to use a DEBUG-stmt like thing (maybe even actually a debug stmt!).
In theory it would be possible to emit those into
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
--- Comment #1 from Andrew Pinski ---
Error can be implement using the error attribute on a function.