This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[REPOST] MT-safe exception diffs for 971207
- To: Jason Merrill <jason at cygnus dot com>
- Subject: [REPOST] MT-safe exception diffs for 971207
- From: Teemu Torma <tot at trema dot com>
- Date: Fri, 12 Dec 1997 10:01:03 +0100
- cc: egcs at cygnus dot com
- Organization: Trema Laboratories SARL
- Reply-To: egcs at cygnus dot com
From: Jason Merrill <jason@cygnus.com>
Date: 12 Dec 1997 00:18:07 -0800
Actually, I got over-eager and fixed these things myself,
so you don't need
to worry about them. I also moved the call to the top of the function,
since the first use might be in a conditional.
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. 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.
Teemu