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]

r208362 - in /branches/gcc-4_8-branch: gcc/test...


Author: jakub
Date: Thu Mar  6 07:53:17 2014
New Revision: 208362

URL: http://gcc.gnu.org/viewcvs?rev=208362&root=gcc&view=rev
Log:
	PR preprocessor/60400
	Backport from mainline
	2013-06-24  Dehao Chen  <dehao@google.com>

	* files.c (_cpp_stack_include): Fix the highest_location when header
	file is guarded by #ifndef and is included twice.

	2014-03-03  Jakub Jelinek  <jakub@redhat.com>

	PR preprocessor/60400
	* c-c++-common/cpp/pr60400.c: New test.
	* c-c++-common/cpp/pr60400-1.h: New file.
	* c-c++-common/cpp/pr60400-2.h: New file.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-1.h
    branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-2.h
    branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400.c
Modified:
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/libcpp/ChangeLog
    branches/gcc-4_8-branch/libcpp/files.c


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