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: [PATCH] Use TYPE_MODE_RAW in print_node for vector_type.


On Mon, Dec 21, 2015 at 11:13 AM, Christian Bruel
<christian.bruel@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?
>
>
>


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