diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-11-04 00:23:01 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-11-03 16:23:01 -0800 |
commit | 651ed94280e4b88bf4fb69be0451cf2766ec9ab0 (patch) | |
tree | e997615dea22c4f55a4cadbd3c4f72ca8ca0ca82 /libcpp/ChangeLog | |
parent | abe60efd4bbd222f27ea4095ed0cb5f6c2baf09b (diff) | |
download | gcc-651ed94280e4b88bf4fb69be0451cf2766ec9ab0.tar.gz |
re PR preprocessor/22042 (stringification BUG)
2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
PR preprocessor/22042
* macro.c (_cpp_builtin_macro_text): Lower the needed max
buffer size.
(cpp_quote_string): Don't octalify non printable
charactors.
2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
PR preprocessor/22042
* gcc.dg/cpp/strify4.c: New test.
From-SVN: r106463
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index c0364802678..3a489b4c1c0 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2005-11-03 Andrew Pinski <pinskia@physics.uc.edu> + + PR preprocessor/22042 + * macro.c (_cpp_builtin_macro_text): Lower the needed max + buffer size. + (cpp_quote_string): Don't octalify non printable + charactors. + 2005-11-03 Joseph S. Myers <joseph@codesourcery.com> PR c++/17964 |