From 7a1a608c6cb1ff69ef524fcea5612ff8d7c20350 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 7 Jan 2008 17:23:40 +0000 Subject: libcpp 2008-01-07 Fred Fish 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 PR preprocessor/30363: * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in macro expansions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131379 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcpp/ChangeLog') 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 + + 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 PR preprocessor/34602. -- cgit v1.2.3