From 3f847830da8905e8d8d2a9f939c8c8274fc0f19b Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 10 Jun 2008 15:40:36 -0400 Subject: PR6470: fix preprocessor construct nesting/expansion logic --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c03dea8..81765aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,16 @@ * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Initializes .vm_callback. +2008-06-10 Frank Ch. Eigler + + PR 6470 + * parse.cxx (scan_pp): Eliminate expand_args argument to control + nested preprocess evaluation. Rewrite to use a combination of + exceptions and non-recursion. + (lexer::scan): Ditto. Interpret "$#" as the argc value in all + cases. + * parse.h: Corresponding decl changes. + 2008-06-10 Frank Ch. Eigler PR 6470 -- cgit