This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How early are COND_EXEC patterns created?
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: How early are COND_EXEC patterns created?
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 10 May 2000 16:41:28 -0700
- Cc: John Wehle <john at feith dot com>, gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org, meissner at cygnus dot com
- References: <20000502173217.B13162@cygnus.com> <200005102308.AAA30701@phal.cygnus.co.uk>
On Thu, May 11, 2000 at 12:08:47AM +0100, Joern Rennecke wrote:
> So any CLOBBER or USE would go inside the COND_EXEC?
Yes.
> Has all code that assumes that PARALLEL is a top-level construct
> been updated?
Some code has. Enough to make non-trivial cond_exec
patterns work. There may be something that got missed.
r~