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]

r263440 - in /branches/c++-name-lookup: ChangeL...


Author: nathan
Date: Thu Aug  9 02:14:45 2018
New Revision: 263440

URL: https://gcc.gnu.org/viewcvs?rev=263440&root=gcc&view=rev
Log:
	gcc/c-family/
	c-ppoutput.c (dump_macro): No need to check for assert here.
	libcpp/
	* include/cpplib.h (cpp_user_macro_p): Check non-assertness here.
	(cpp_fun_like_macro_p): Make inline.
	* macro.c (enter_macro_context): Use it directly.
	(cpp_fun_like_macro_p): Remove definition here.
	* pch.c (save_macros): Not need to check assertness here.

Modified:
    branches/c++-name-lookup/ChangeLog.name-lookup
    branches/c++-name-lookup/gcc/c-family/c-ppoutput.c
    branches/c++-name-lookup/libcpp/include/cpplib.h
    branches/c++-name-lookup/libcpp/macro.c
    branches/c++-name-lookup/libcpp/pch.c


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