This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] COND_EXPR lowering
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: 23 Oct 2003 08:19:34 -0400
- Subject: [tree-ssa] COND_EXPR lowering
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.
Andrew