This is the mail archive of the gcc-cvs@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]

r253712 - /branches/range-gen3/gcc/range.c


Author: aldyh
Date: Fri Oct 13 08:14:26 2017
New Revision: 253712

URL: https://gcc.gnu.org/viewcvs?rev=253712&root=gcc&view=rev
Log:
SSA_NAME_RANGE_INFO is undefined if the SSA name is a pointer.  Adjust
irange::set_range(const_tree) so that querying the range of a pointer
SSA returns range_for_type.

Modified:
    branches/range-gen3/gcc/range.c


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