http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53912
--- Comment #16 from Uros Bizjak <ubizjak at gmail dot com> 2012-07-20 15:56:43 UTC --- (In reply to comment #8) > ../../../src/gcc-4.8.0/gcc/print-tree.c:258:31: error: cast from 'tree' to > 'long unsigned int' loses precision [-fpermissive] > hash = ((unsigned long) node) % HASH_SIZE; > > Same here? Use %p with (void *) cast.