From cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 16 Jun 2008 17:57:20 -0400 Subject: warning/error message compaction by removing duplicated token file names --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 15f05059..f0a3ef7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-06-16 Frank Ch. Eigler + + * elaborate.cxx (session::print_warning): Change to take optional + token as argument. + (*): Adjust callers of print_warning() to pass a token. + (print_token): New function, eliminate recent file name duplication. + (print_error): Use it too. + (semantic_pass_opt2): Tweak way read-only vars' alternatives are + printed. Eliminate relaxation-loop duplicates by printing warnings + only on first iteration. Print alternatives for globals too. + * session.h: Corresponding changes. + 2008-06-13 Stan Cox * elaborate.cxx (print_warning): Add optional_str parameter. -- cgit