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]

r269844 - in /branches/c++-modules: ChangeLog.m...


Author: nathan
Date: Thu Mar 21 18:29:26 2019
New Revision: 269844

URL: https://gcc.gnu.org/viewcvs?rev=269844&root=gcc&view=rev
Log:
	libcpp/
	* files.c (struct _cpp_file): Make bools bitfields, add
	header_unit flag.
	(_cpp_find_file): Don't write for (; !fake;) to mean if (!fake)
	for (;;).
	(_cpp_stack_file): Refactor.

Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/libcpp/files.c


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