Re: 32-bit build failure

2016-11-10 Thread Martin Liška
On 11/09/2016 06:31 PM, Andrew Stubbs wrote: > Hi Martin, > > It looks like your change r242000 broke builds on 32-bit hosts: > > fold-const-call.c:1541:36: error: cannot convert 'size_t* {aka unsigned > int*}' to 'long long unsigned int*' for argument '2' to 'const char* > c_getstr(tree, long

32-bit build failure

2016-11-09 Thread Andrew Stubbs
Hi Martin, It looks like your change r242000 broke builds on 32-bit hosts: fold-const-call.c:1541:36: error: cannot convert 'size_t* {aka unsigned int*}' to 'long long unsigned int*' for argument '2' to 'const char* c_getstr(tree, long long unsigned int*)' Basically, the code only works wher