re PR preprocessor/30786 (ICE on _Pragma at end of file)
authorTom Tromey <tromey@redhat.com>
Wed, 31 Oct 2007 14:50:13 +0000 (14:50 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 31 Oct 2007 14:50:13 +0000 (14:50 +0000)
commit5b9a40df4e3e9c4253239bbc32578eda155577ea
tree8f71104ce2a18a26b24bccc9043f80465c769a6b
parent69d10e15fb001b34aedfe14a7af7c9e1fafea6a0
re PR preprocessor/30786 (ICE on _Pragma at end of file)

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.

From-SVN: r129800
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr30786.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/directives.c
libcpp/internal.h
libcpp/macro.c