diff options
| author | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-06 11:33:42 +0000 |
|---|---|---|
| committer | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-06 11:33:42 +0000 |
| commit | 2c694d44b2428673f2ec4177c57f6efda4c91adb (patch) | |
| tree | 3c306927913661e1e914dc99031a45c1684aaff8 /libcpp/ChangeLog | |
| parent | 06e10d4a71e4249784f6c0c39a814aefdd275f09 (diff) | |
| download | ppe42-gcc-2c694d44b2428673f2ec4177c57f6efda4c91adb.tar.gz ppe42-gcc-2c694d44b2428673f2ec4177c57f6efda4c91adb.zip | |
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
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 485d66e8285..e1c01c13660 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2011-06-06 Dodji Seketeli <dodji@redhat.com> + + PR preprocessor/48532 + * directives.c (do_pragma): Don't forget the invocation location + when parsing the pragma name of a namespaced pragma directive. + 2011-05-29 John Tytgat <John.Tytgat@aaug.net> * files.c (read_file_guts): Add test on non-zero value of S_ISREG. |

