diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-31 14:50:13 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-31 14:50:13 +0000 |
commit | 2d507e6702aca4771ce5497dcac7df12a9ce3eae (patch) | |
tree | 8f71104ce2a18a26b24bccc9043f80465c769a6b /libcpp/ChangeLog | |
parent | e26011c9088dcacbd3e9001887eabe8e7e54b205 (diff) | |
download | gcc-2d507e6702aca4771ce5497dcac7df12a9ce3eae.tar.gz |
gcc/testsuite
PR preprocessor/30786:
* gcc.dg/cpp/pr30786.c: New file.
libcpp
PR preprocessor/30786:
* macro.c (builtin_macro): Return result of _cpp_do__Pragma.
* directives.c (_cpp_do__Pragma): Return error status.
* internal.h (_cpp_do__Pragma): Update.
* directives.c (get__Pragma_string): Back up if EOF seen.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129800 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 08e5f86af1e..beed40746fa 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2007-10-31 Tom Tromey <tromey@redhat.com> + + PR preprocessor/30786: + * macro.c (builtin_macro): Return result of _cpp_do__Pragma. + * directives.c (_cpp_do__Pragma): Return error status. + * internal.h (_cpp_do__Pragma): Update. + * directives.c (get__Pragma_string): Back up if EOF seen. + 2007-09-06 Tom Tromey <tromey@redhat.com> * internal.h (struct cpp_reader) <invocation_location>: New |