Re: [RFC] dump_varmap in tree-ssa-structalias.c

2016-03-10 Thread Richard Biener
On Thu, 10 Mar 2016, Tom de Vries wrote: > Hi, > > I wrote attached patch to print the actual contents of the varmap variable in > tree-ssa-structalias.c. > > Does it make sense to rewrite this into a dump_varmap/debug_varmap patch? Yes (but please not dump it by default) and I'd rather have a

[RFC] dump_varmap in tree-ssa-structalias.c

2016-03-09 Thread Tom de Vries
Hi, I wrote attached patch to print the actual contents of the varmap variable in tree-ssa-structalias.c. Does it make sense to rewrite this into a dump_varmap/debug_varmap patch? Thanks, - Tom diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index de12380..9d02b14 100644