On 10/16/2014 02:45 PM, Jakub Jelinek wrote:
On Thu, Oct 16, 2014 at 02:41:36PM +0200, Martin Liška wrote:
Hello.
Following patch fixes i586 bootstrap failure:
https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg01713.html
../../src-trunk/gcc/ipa-icf.c:2096:23: error: format ‘%lu’ expects argum
On Thu, Oct 16, 2014 at 02:41:36PM +0200, Martin Liška wrote:
> Hello.
>
> Following patch fixes i586 bootstrap failure:
> https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg01713.html
>
> ../../src-trunk/gcc/ipa-icf.c:2096:23: error: format ‘%lu’ expects argument
> of type ‘long unsigned int’,
> Hello.
>
> Following patch fixes i586 bootstrap failure:
> https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg01713.html
>
> ../../src-trunk/gcc/ipa-icf.c:2096:23: error: format ‘%lu’ expects argument
> of type ‘long unsigned int’, but argument 3 has type
> ‘std::list::size_type {aka unsigned
Hello.
Following patch fixes i586 bootstrap failure:
https://gcc.gnu.org/ml/gcc-testresults/2014-10/msg01713.html
../../src-trunk/gcc/ipa-icf.c:2096:23: error: format ‘%lu’ expects argument of type
‘long unsigned int’, but argument 3 has type
‘std::list::size_type {aka unsigned int}’
[-Werro