On Mon, Dec 21, 2015 at 11:13 AM, Christian Bruel <christian.br...@st.com> wrote: > A tiny minor patch to call TYPE_MODE_RAW instead of TYPE_MODE while dumping > type's modes for vector_type. > This avoid recursions while dumping in vector_type_node. Debug function > should not modify types information (based on target_flags) anyway.
But TYPE_MODE doens't modify anything. I think the user wants to see the "real" mode, not the raw one here. Richard. > OK? > > >