Dave Korn wrote:

>  If that doesn't fix it please let me know.

The solution was correct, with binutils 2.20
the problem disappeared. There is another
one, however on the snapshot 20091119:

../../gcc/lto-streamer-out.c: In function 'write_global_references':
../../gcc/lto-streamer-out.c:2201:7: error: passing argument 3 of 'lto_streamer_
cache_lookup' from incompatible pointer type
../../gcc/lto-streamer.h:790:13: note: expected 'int *' but argument is of type
'int32_t *'

which is a source code bug: a local variable ref of type
int32_t is passed by pointer to a function which takes int*.
Don't know about trunk, as I just started building it.

Best regards
Piotr Wyderski

Reply via email to