From mboxrd@z Thu Jan 1 00:00:00 1970 From: Teemu Torma To: Jason Merrill Cc: egcs@cygnus.com Subject: [REPOST] MT-safe exception diffs for 971207 Date: Fri, 12 Dec 1997 01:18:00 -0000 Message-id: <199712120911.KAA05014@baht.labs.trema.com> References: X-SW-Source: 1997-12/msg00711.html From: Jason Merrill Date: 12 Dec 1997 01:09:27 -0800 But if a function that does not use exceptions inlines one that does in a conditional context, that will break, no? That's why expand_inline_function checks for USE insns, and calls use_eh_context to force the current fn to use exceptions. Teemu