This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Thread safety of gcc when using -ax option
- From: Richard Henderson <rth at redhat dot com>
- To: Satya <satya at ittc dot ku dot edu>
- Cc: gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org
- Date: Sat, 2 Nov 2002 14:05:17 -0800
- Subject: Re: Thread safety of gcc when using -ax option
- References: <Pine.LNX.4.33.0211011859240.24415-100000@pumpkin.ittc.ku.edu>
On Fri, Nov 01, 2002 at 07:29:27PM -0600, Satya wrote:
> I am using gcc -ax option to obtain the sequence of basic blocks
> executed. I want to whether this is multi-thread safe.
It isn't.
r~