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:11:44 +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 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