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]

r263288 - in /trunk/gcc: ChangeLog Makefile.in ...


Author: aldyh
Date: Fri Aug  3 11:31:22 2018
New Revision: 263288

URL: https://gcc.gnu.org/viewcvs?rev=263288&root=gcc&view=rev
Log:
	* Makefile.in (wide-int-range.o): New.
	* tree-vrp.c: Move all the wide_int_* functions to...
	* wide-int-range.cc: ...here.
	* tree-vrp.h: Move all the wide_int_* prototypes to...
	* wide-int-range.h: ...here.

Added:
    trunk/gcc/wide-int-range.cc
    trunk/gcc/wide-int-range.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/tree-vrp.c
    trunk/gcc/tree-vrp.h


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