diff options
| author | Fred Fish <fnf@specifix.com> | 2008-01-07 17:23:40 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-01-07 17:23:40 +0000 |
| commit | 681c6ab0dac42efce0ef2169e193e2fd99c34153 (patch) | |
| tree | af95efa577b60bab897bc59c18fc2148c61eb432 /libcpp/ChangeLog | |
| parent | 2eac9a765c07d55499a32f7e8bbd76440969665a (diff) | |
| download | gcc-681c6ab0dac42efce0ef2169e193e2fd99c34153.tar.gz gcc-681c6ab0dac42efce0ef2169e193e2fd99c34153.tar.bz2 gcc-681c6ab0dac42efce0ef2169e193e2fd99c34153.zip | |
re PR preprocessor/30363 (Support for -traditional-cpp is incomplete in current gcc relative to gcc 2.95.3)
libcpp
2008-01-07 Fred Fish <fnf@specifix.com>
PR preprocessor/30363:
* traditional.c (replace_args_and_push): Add local variable
cxtquote, calculate the replacement text size assuming a
worst case of every input character quoted with backslash,
and properly handle output quoting of quote characters in
actual arguments used in function-like macros.
gcc/testsuite
2008-01-07 Fred Fish <fnf@specifix.com>
PR preprocessor/30363:
* gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
macro expansions.
From-SVN: r131379
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 335686f16fc..574e0541175 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,12 @@ +2008-01-07 Fred Fish <fnf@specifix.com> + + PR preprocessor/30363: + * traditional.c (replace_args_and_push): Add local variable + cxtquote, calculate the replacement text size assuming a + worst case of every input character quoted with backslash, + and properly handle output quoting of quote characters in + actual arguments used in function-like macros. + 2008-01-03 Tom Tromey <tromey@redhat.com> PR preprocessor/34602. |
