Piotr Wyderski wrote:
> 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.

  One of the problems with snapshots; sometimes they capture the state of
trunk while it has a bug extant.  I have successfully compiled HEAD at
r.154370 and r.154010 recently.

    cheers,
      DaveK

Reply via email to