diff options
| author | Jakub Jelinek <jakub@redhat.com> | 2006-06-09 23:13:25 +0200 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-06-09 23:13:25 +0200 |
| commit | 1c90c6f9c03360da9f6b01ef0ec28e309a0bb892 (patch) | |
| tree | 1069b42cba4da5d5d5b7ba05363311e967728b4e /libcpp/ChangeLog | |
| parent | 549fb079d3e338f2d00fbbd7b72f11fd69eb1d0b (diff) | |
| download | gcc-1c90c6f9c03360da9f6b01ef0ec28e309a0bb892.tar.gz gcc-1c90c6f9c03360da9f6b01ef0ec28e309a0bb892.tar.bz2 gcc-1c90c6f9c03360da9f6b01ef0ec28e309a0bb892.zip | |
re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)
PR preprocessor/27746
* directives.c (do_pragma): Handle pragma with valid namespace
and invalid name coming from macro expansion.
* directives.c (destringize_and_run): Initialize next field in
context.
PR c/27747
PR c++/27748
* directives.c (destringize_and_run): Set NO_EXPAND on the
tokens.
* macro.c (_cpp_backup_tokens): Fix comment typo.
testsuite/
PR c/27747
* gcc.dg/cpp/_Pragma6.c: New test.
PR c++/27748
* g++.dg/cpp/_Pragma1.C: New test.
PR preprocessor/27746
* gcc.dg/gomp/macro-3.c: New test.
* gcc.dg/gomp/macro-4.c: New test.
* g++.dg/gomp/macro-3.C: New test.
* g++.dg/gomp/macro-4.C: New test.
From-SVN: r114519
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 80a1868d809..865287b2545 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,18 @@ +2006-06-09 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/27746 + * directives.c (do_pragma): Handle pragma with valid namespace + and invalid name coming from macro expansion. + * directives.c (destringize_and_run): Initialize next field in + context. + + PR c/27747 + PR c++/27748 + * directives.c (destringize_and_run): Set NO_EXPAND on the + tokens. + + * macro.c (_cpp_backup_tokens): Fix comment typo. + 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (CATALOGS): Add po/ prefix. |
