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]

Bootstrap failure after IMA fixes


Hi Zack,

Your patch to fix the IMA problems breaks bootstrap on amd64
(http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01157.html):

../../mainline/gcc/cgraph.c: In function `eq_node':
../../mainline/gcc/cgraph.c:150: warning: cast from pointer to integer of different size
../../mainline/gcc/cgraph.c: In function `cgraph_node':
../../mainline/gcc/cgraph.c:185: warning: cast to pointer from integer of different size
../../mainline/gcc/cgraph.c: In function `cgraph_remove_node':
../../mainline/gcc/cgraph.c:330: warning: cast to pointer from integer of different size
../../mainline/gcc/cgraph.c: In function `eq_cgraph_varpool_node':
../../mainline/gcc/cgraph.c:544: warning: cast from pointer to integer of different size
../../mainline/gcc/cgraph.c: In function `cgraph_varpool_node':
../../mainline/gcc/cgraph.c:563: warning: cast to pointer from integer of different size

You're casting a 32 bits "unsigned int" to a 64 bits "void *".

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]