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]

Why does tree-pretty-print try to print BINFO_TYPE of TREE__VEC


in dump_generic_node, we have

    case TREE_VEC:
      dump_generic_node (buffer, BINFO_TYPE (node), spc, flags, false);
      break;

This seems very wrong, and in fact, fails for all tree-vecs i've tried to pretty print.

I assume this really should be walking the vector?

--Dan


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