This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [REPOST] MT-safe exception diffs for 971207
- To: Teemu Torma <tot at trema dot com>
- Subject: Re: [REPOST] MT-safe exception diffs for 971207
- From: Jason Merrill <jason at cygnus dot com>
- Date: 12 Dec 1997 01:09:27 -0800
- Cc: egcs at cygnus dot com
- References: <199712120901.KAA04960@baht.labs.trema.com>
- Reply-To: egcs at cygnus dot com
>>>>> Teemu Torma <tot@Trema.COM> 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