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
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