[Bug c/96054] RFE: __attribute__((fatal))

2022-11-14 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96054 --- Comment #2 from H. Peter Anvin --- I agree, my naming was very poor. Perhaps "panic" or "abort" would work; those are classic names in software use for this. Another case of a function that could be so attributed would be the function typica

[Bug c/96054] RFE: __attribute__((fatal))

2021-12-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96054 --- Comment #1 from Eric Gallager --- (In reply to H. Peter Anvin from comment #0) > __attribute__((error)) and __attribute__((warning)) are useful, but have, in > some places, poor semantics. __attribute__((error)) produces an error. __attribut