PR preprocessor/48532
authordodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2011 11:33:42 +0000 (11:33 +0000)
committerdodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2011 11:33:42 +0000 (11:33 +0000)
commit2c694d44b2428673f2ec4177c57f6efda4c91adb
tree3c306927913661e1e914dc99031a45c1684aaff8
parent06e10d4a71e4249784f6c0c39a814aefdd275f09
PR preprocessor/48532

libcpp/

* directives.c (do_pragma): Don't forget the invocation location
when parsing the pragma name of a namespaced pragma directive.

gcc/testsuite/

* gcc.dg/cpp/pragma-3.c: New test case.

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