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] | |
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
ChangeLog: * flow.c (init_propagate_block_info): Change the type of i to unsigned.
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] |