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: egcs at cygnus dot com, 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 00:18:07 -0800
- References: <199712111608.RAA16152.cygnus.egcs@lev.labs.trema.com><u9d8j32pxf.fsf.cygnus.egcs@yorick.cygnus.com>
- Reply-To: egcs at cygnus dot com
>>>>> Jason Merrill <jason@cygnus.com> writes:
> Looks great, thanks a lot! Some minor comments:
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.
Jason