------- Comment #1 from pinskia at gcc dot gnu dot org 2010-04-01 01:15 ------- >gcc/src/gcc/ira-conflicts.c: Line 125: That is printing out a long correctly (has no pointers in it, though it does have a sizeof).
>gcc/src/gcc/tree-dump.c: Line 168: /gcc/src/gcc/cp/class.c: Line 6740, 6742, 6764, 6767, 6900: Yes those need to be fixed, %p should be used but I cannot remember if that was in K&R C, we only require K&R C library while a C90 compiler :). The others are used for hashes and should be changed but don't make a difference. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43613