]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR preprocessor/15167 (Internal compiler error with "#pragma once")
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 15 Dec 2004 13:31:28 +0000 (14:31 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 15 Dec 2004 13:31:28 +0000 (13:31 +0000)
commit1b449375c5fc5e21c13104fcacda78af1054571e
treeee4f13a206730085a5823040cd5d0b9a0e3f2b44
parentc8c83c1828de1ed0e3a3a2974a4b273be92fa79a
re PR preprocessor/15167 (Internal compiler error with "#pragma once")

PR preprocessor/15167
* files.c (destroy_cpp_file): New function.
(should_stack_file): Make a new file if the
compared file is still stacked.

From-SVN: r92194
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