From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7950 invoked by alias); 12 May 2010 12:43:29 -0000 Received: (qmail 7898 invoked by uid 48); 12 May 2010 12:43:14 -0000 Date: Wed, 12 May 2010 15:24:00 -0000 Message-ID: <20100512124314.7897.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20100512092821.11590.mjw@redhat.com> References: <20100512092821.11590.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11590] optimized pre/postfix operators on variable throw away initial variable assignment X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00319.txt.bz2 ------- Additional Comments From mjw at redhat dot com 2010-05-12 12:43 ------- commit d1cf0b627cfc9002b54c2ad40507de9ee6a2ce90 Author: Mark Wielaard Date: Wed May 12 14:39:55 2010 +0200 Add testcase for PR11590 optimized pre/postfix operators * testsuite/systemtap.base/prepost_optim.stp: New test. * testsuite/systemtap.base/prepost_optim.exp: Harness. commit ad8c38ffc62200d6ba6ebc0b0339967cdd84669a Author: Mark Wielaard Date: Wed May 12 14:31:59 2010 +0200 Add testcase for PR6954 ++ operations not triggering automatic global printing * testsuite/systemtap.base/global_end_var.stp: New test. * testsuite/systemtap.base/global_end.exp: Add xfail. commit 980759f3da625c5697440efc1bfda046c247866e Author: Mark Wielaard Date: Wed May 12 14:16:26 2010 +0200 PR11590 Revert "PR6954: make ++/-- operation trigger automatic global printing" This reverts commit 982b88bd950381434a8325e550eff9df59f59dcd. Pretending that pre/postfix ++/-- operations only writes to its argument messes up the optimization of a variable that is assigned and then only used through post/prefix ++/--operators. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=11590 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.