From 67015c730c43858e8f3adac106439f2c59a5d518 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 12 Nov 2007 00:38:48 +0000 Subject: gcc/cp PR c++/17577: * lex.c (handle_pragma_implementation): Use cpp_included_before. gcc/testsuite PR c++/17577: * g++.dg/ext/pr17577.h: New file. * g++.dg/ext/pr17577.C: New file. libcpp PR c++/17557: * include/cpplib.h (cpp_included_before): Declare. * files.c (struct file_hash_entry) : New field. (_cpp_find_file): Initialize new field. (make_cpp_dir): Likewise. (cpp_included_before): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130093 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c7cfa174709..4c33bd7d8d3 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,17 @@ +2007-11-11 Tom Tromey + + PR c++/17557: + * include/cpplib.h (cpp_included_before): Declare. + * files.c (struct file_hash_entry) : New field. + (_cpp_find_file): Initialize new field. + (make_cpp_dir): Likewise. + (cpp_included_before): New function. + +2007-11-05 Tom Tromey + + * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in + do-while. + 2007-11-01 Tom Tromey PR preprocessor/30805: -- cgit v1.2.1