This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 32-bit build failure
- From: Martin Liška <mliska at suse dot cz>
- To: Andrew Stubbs <andrew_stubbs at mentor dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 10 Nov 2016 10:34:30 +0100
- Subject: Re: 32-bit build failure
- Authentication-results: sourceware.org; auth=none
- References: <1675d8d6-12dd-ab27-6bac-a17972c7dc64@mentor.com>
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 long unsigned int*)'
>
> Basically, the code only works where HOST_WIDE_INT == size_t.
>
> Andrew
Hello.
Sorry for the breakage, should be fixed as of r242011.
Martin