OSDN Git Service

PR preprocessor/8524
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2002 20:43:40 +0000 (20:43 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2002 20:43:40 +0000 (20:43 +0000)
commit6e5ef531228d0f6b8c9f03e26651fa93a01064fe
tree3d1d5d6ac428187c5574b5b150f66ff68b5f2568
parent77379d7d15ce8a7bb970244b72ed0e094aeec922
PR preprocessor/8524
* cpplib.c (run_directive): Remove previous kludge to _Pragma.
Add a new one in its place, which hopefully works.
(skip_rest_of_line): Change test for bottom-of-context-stack.
testsuite:
* gcc.dg/cpp/_Pragma5.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59232 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplib.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/_Pragma5.c [new file with mode: 0644]