This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] COND_EXPR lowering.
On Fri, 2003-10-24 at 17:49, Andrew MacLeod wrote:
> On Fri, 2003-10-24 at 17:31, Zdenek Dvorak wrote:
> > Hello,
> >
> > >
> > > Is BIND_EXPR dependant in any way on SWITCH? ie, do we need to get
> > > SWITCH and COND in before a BIND_EXPR patch has any hope of applying?
> >
> > no, bind_exprs are completely independent issue. I will try to create
> > the SWITCH_EXPR lowering patch tomorrow (although the fact that
> > COND_EXPR lowering is not in is complicating this; the two patches
> > will neccesarily conflict with each other).
>
> Hold off for a day or two then, we'll get COND_EXPR in shortly, then you
> can produce the SWITCH patch..
>
In fact, if your run bootstraps, check in COND_EXPR and produce the
switch patch.
Andrew