[Bug middle-end/90302] Implement __builtin_warning

2023-05-09 Thread redi at gcc dot gnu.org via Gcc-bugs
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

[Bug middle-end/90302] Implement __builtin_warning

2020-05-21 Thread tkoenig at gcc dot gnu.org
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

[Bug middle-end/90302] Implement __builtin_warning

2019-05-02 Thread rguenth at gcc dot gnu.org
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

[Bug middle-end/90302] Implement __builtin_warning

2019-05-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/90302] Implement __builtin_warning

2019-05-01 Thread pinskia at gcc dot gnu.org
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.