From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22390 invoked by alias); 4 Jun 2012 16:09:15 -0000 Received: (qmail 22374 invoked by uid 22791); 4 Jun 2012 16:09:13 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Jun 2012 16:09:00 +0000 From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/51771] trans-mem: abnormal edges get lost or corrupted Date: Mon, 04 Jun 2012 16:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-06/txt/msg00187.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51771 --- Comment #7 from Aldy Hernandez 2012-06-04 16:08:30 UTC --- (In reply to comment #4) > Created attachment 27303 [details] > RBTree microbenchmark test case > > I believe that I'm seeing this in the RSTM suite's RBTree microbenchmark as > well. It appears to be manifesting with the same symptoms as pr47530, > _ITM_commitTransaction is generated as a tail call. An abort in > _ITM_commitTransaction during multithreaded execution corrupts the stack slot > that is used to hold a "time" value. Luke, this is actually PR47530 and unrelated to this PR. I am fixing it for PR47530, and any further discussing will be in that PR.