From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Teemu Torma Cc: egcs@cygnus.com Subject: Re: [REPOST] MT-safe exception diffs for 971207 Date: Fri, 12 Dec 1997 01:52:00 -0000 Message-id: References: <199712120901.KAA04960@baht.labs.trema.com> X-SW-Source: 1997-12/msg00715.html >>>>> Teemu Torma writes: > Please note that the USE insn is already at the beginning (after last parm > insn), and emit_eh_context emits the call just before the USE insn. But if a function that does not use exceptions inlines one that does in a conditional context, that will break, no? > When the compiler compiles inline functions as standalone at the end of > the compilation, last parm insn is not updated and can not be used. Ah. That would be a problem. Jason