This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Nov 4, 2004, at 2:54 PM, H. J. Lu wrote:
Mainline is broken on ia64:
cc1: warnings being treated as errors /net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c: In function 'init_propagate_block_info': /net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c:1890: warning: pointer targets in passing argument 4 of 'bmp_iter_set_init' differ in signedness /net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c:1890: warning: pointer targets in passing argument 2 of 'bmp_iter_set' differ in signedness /net/gnu/export/gnu/src/gcc/gcc/gcc/flow.c:1890: warning: pointer targets in passing argument 2 of 'bmp_iter_next' differ in signedness make[4]: *** [flow.o] Error 1
Can you try this patch? I will apply it as obvious if it passes for you.
ChangeLog:
* flow.c (init_propagate_block_info): Change the type of i to unsigned.
Thanks, Andrew Pinski
Attachment:
temp.diff.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |