r207871 - in /trunk: gcc/testsuite/ChangeLog gc...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Feb 19 06:05:00 GMT 2014


Author: jakub
Date: Wed Feb 19 06:05:55 2014
New Revision: 207871

URL: http://gcc.gnu.org/viewcvs?rev=207871&root=gcc&view=rev
Log:
	PR preprocessor/58844
	* macro.c (enter_macro_context): Only push
	macro_real_token_count (macro) tokens rather than
	macro->count tokens, regardless of
	CPP_OPTION (pfile, track-macro-expansion).

	* c-c++-common/cpp/pr58844-1.c: New test.
	* c-c++-common/cpp/pr58844-2.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/cpp/pr58844-1.c
    trunk/gcc/testsuite/c-c++-common/cpp/pr58844-2.c
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libcpp/ChangeLog
    trunk/libcpp/macro.c



More information about the Gcc-cvs mailing list