On Thu, Apr 27, 2017 at 04:11:36PM +0200, Martin Liška wrote: > On 04/26/2017 03:38 PM, Bernd Edlinger wrote: > > I think however, that only one extra call frame can ever > > be seen, because the stack frames are only created by instrumentation > > at instrumented function begin and end statements. > > > > So probably the test expectations could be more strict than in the > > proposed patch. > > Hi. > > I'm sending more restricted version of patch that works both on x86_64 and > ppcl64. > > Ready for trunk? > Martin
> >From 76af8598879977fdf7c924f5576c04b8d9260013 Mon Sep 17 00:00:00 2001 > From: marxin <mli...@suse.cz> > Date: Mon, 24 Apr 2017 14:59:18 +0200 > Subject: [PATCH] Fix test-case on ppc64le (PR testsuite/79455). > > gcc/testsuite/ChangeLog: > > 2017-04-24 Martin Liska <mli...@suse.cz> > > * c-c++-common/tsan/race_on_mutex.c: Make the scanned pattern > more generic. Ok for trunk. Jakub