This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pre-patch to run-time verifier


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]