This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] COND_EXPR lowering


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]