OSDN Git Service

PR preprocessor/15167
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 2004 13:31:28 +0000 (13:31 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 2004 13:31:28 +0000 (13:31 +0000)
commit461ea98d47d624495d320b5e01e483f78f15ec3c
treeee4f13a206730085a5823040cd5d0b9a0e3f2b44
parent325703fc1e9164d672cc192e9426ac2d63b2857f
PR preprocessor/15167
* files.c (destroy_cpp_file): New function.
(should_stack_file): Make a new file if the
compared file is still stacked.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92194 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/inc/pragma-once-1a.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pragma-once-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pragma-once-1b.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pragma-once-1c.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pragma-once-1d.h [new file with mode: 0644]
libcpp/ChangeLog
libcpp/files.c