This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] COND_EXPR lowering
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 23 Oct 2003 15:41:02 +0200
- Subject: Re: [tree-ssa] COND_EXPR lowering
- References: <1066911576.14404.3.camel@p4>
Hello,
> I tried applying your latest patch, but it seems to be missing a
> function:
>
> libbackend.a(tree-optimize.o): In function `optimize_function_tree':
> /src/tree-ssa/2003-10-21/gcc/gcc/tree-optimize.c:62: undefined reference
> to `lower_function_body'
> collect2: ld returned 1 exit status
> make[3]: *** [cc1] Error 1
>
> lower_function_body() is not in the patch, nor is it in my earlier
> version of gimple-low.c.
use the one from the latest previous version of the patch
(http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00674.html)
Zdenek