This is the mail archive of the gcc-patches@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]

Re: handle ssa_name in print_node


        * print-tree.c (print_node): Handle SSA_NAME.

Breaks bootstrap for me (i686-pc-linux-gnu).

../../gcc-main/gcc/print-tree.c: In function `print_node':
../../gcc-main/gcc/print-tree.c:752: warning: format '%p' expects type 'void *', but argument 3 has type 'struct ptr_info_def *'
../../gcc-main/gcc/print-tree.c:754: warning: format '%p' expects type 'void *', but argument 3 has type 'tree'

-- 
There are none so blind as those who will not see.


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