From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13955 invoked by alias); 9 May 2009 02:36:02 -0000 Received: (qmail 13890 invoked by uid 9586); 9 May 2009 02:36:02 -0000 Date: Sat, 09 May 2009 02:36:00 -0000 Message-ID: <20090509023602.13879.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-98-g946e1a4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 56212da92dae36e5870ac6149c89d967fcab10f9 X-Git-Newrev: 946e1a48eb5b92dcf17a064b62157124da661869 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00214.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 946e1a48eb5b92dcf17a064b62157124da661869 (commit) from 56212da92dae36e5870ac6149c89d967fcab10f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 946e1a48eb5b92dcf17a064b62157124da661869 Author: Josh Stone Date: Fri May 8 19:30:42 2009 -0700 Allow @cast failures to get optimized away We have the saved_conversion_error field, but I wasn't using it. Now @cast errors are saved in that field, so they're only seen if the optimizer doesn't remove the @cast. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 2 +- tapsets.cxx | 30 +++++++++++++----------------- testsuite/semok/cast.stp | 6 ++++++ 3 files changed, 20 insertions(+), 18 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool