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 RFC: Ensure TREE_TYPE (TYPE_MIN_VALUE (t)) == t


> VRP currently assumes that TREE_TYPE (TYPE_MIN_VALUE (t)) == t.  

That's only correct if TREE_TYPE (t) is 0.  If it's not, then
	TREE_TYPE (TYPE_MIN_VALUE (t)) == TREE_TYPE (t)


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