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]

r251236 - in /branches/range-gen2/gcc: range.c ...


Author: aldyh
Date: Mon Aug 21 15:59:27 2017
New Revision: 251236

URL: https://gcc.gnu.org/viewcvs?rev=251236&root=gcc&view=rev
Log:
Implement constructor for:

	irange(const_tree, int, int y)

and the corresponding:

	void set_range (const_tree t, int x, int y, kind rt = PLAIN);

Modified:
    branches/range-gen2/gcc/range.c
    branches/range-gen2/gcc/range.h


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