From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4004 invoked by alias); 6 Aug 2009 16:40:44 -0000 Received: (qmail 3983 invoked by uid 79); 6 Aug 2009 16:40:44 -0000 Date: Thu, 06 Aug 2009 16:40:00 -0000 Message-ID: <20090806164044.3981.qmail@sourceware.org> From: devans@sourceware.org To: cgen-cvs@sourceware.org Subject: src/cgen ChangeLog ifield.scm insn.scm mach.sc ... Mailing-List: contact cgen-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cgen-cvs-owner@sourceware.org X-SW-Source: 2009/txt/msg00087.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: devans@sourceware.org 2009-08-06 16:40:44 Modified files: cgen : ChangeLog ifield.scm insn.scm mach.scm minsn.scm operand.scm pmacros.scm read.scm utils-cgen.scm cgen/testsuite : run-tests.sh test-utils.sh.in Added files: cgen/testsuite : location-1.test Log message: Track source location better, for better error messages. * pmacros.scm (-pmacro-eval): Delete, unused. (pmacro-expand, -pmacro-expand): New arg `loc', all callers updated. (-pmacro-expand-expr-list, -smacro-apply): Ditto. (scan-list, scan): Ditto. (-pmacro-builtin-pmacro, -pmacro-builtin-let, -pmacro-builtin-if, -pmacro-builtin-case, -pmacro-builtin-cond, -pmacro-builtin-begin, -pmacro-builtin-andif, -pmacro-builtin-orif): Ditto. (scan-list1): New function. (-pmacro-build-lambda): New arg `loc', all callers updated. Rewrite. * read.scm (): New member `location'. (-reader-lookup-command): Renamed from reader-lookup-command, all callers updated. (reader-error): Rewrite to produce better source location info. (current-reader-location): New function. (-reader-process-expanded-1!): Renamed from -reader-process-expanded-1. All callers updated. Record source location of expression. (reader-process-expanded!): Renamed from reader-process-expanded. All callers updated. (-reader-process!): Renamed from reader-process. New arg `loc'. All callers updated. Record source location of define-pmacro. * utils-cgen.scm (): New class. (single-location): New (pseudo) class. (pretty-print-single-location, pretty-print-location): New functions. (location-top, location-push-single, location-push): New functions. (unspecified-location, current-input-location): New functions. (location-property): New object property. (location-property-set!): New function. (): Renamed from . New member `location'. All uses updated. * testsuite/location-1.test: New testcase. * testsuite/run-tests.sh: Fix fail count handling. * testsuite/test-utils.sh.in (run_cgen): New option `-f'. Allow tests to expect cgen to fail. * pmacros.scm (*): Use "pmacro" instead of "macro" more consistently. * read.scm (-cmd-include): Renamed from include. All callers updated. (-cmd-if): Renamed from cmd-if. All callers updated. Use reader-process-expanded! on then/else clauses instead of eval1. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.321&r2=1.322 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ifield.scm.diff?cvsroot=src&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/insn.scm.diff?cvsroot=src&r1=1.21&r2=1.22 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/mach.scm.diff?cvsroot=src&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/minsn.scm.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/operand.scm.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/pmacros.scm.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/read.scm.diff?cvsroot=src&r1=1.22&r2=1.23 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/utils-cgen.scm.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/location-1.test.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/run-tests.sh.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/testsuite/test-utils.sh.in.diff?cvsroot=src&r1=1.1&r2=1.2