>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> Either of the following syntaxes seem to be accepted:
Per> __attribute__ ((__noreturn__)) void fail1() { abort(); }
Per> void __attribute__ ((__noreturn__)) fail2() { abort(); }
Excellent, thanks.
Tom