From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16512 invoked by alias); 19 Nov 2014 14:53:20 -0000 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 Received: (qmail 16438 invoked by uid 48); 19 Nov 2014 14:53:17 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin Date: Wed, 19 Nov 2014 14:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg01978.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 --- Comment #12 from Dominique d'Humieres --- > > RUNTESTFLAGS="asan.exp") down from 60 to 36. (I will investigate the > > remaining failures separately.) > > your count is much smaller than Dominique's is that after applying some other patch? My count was a lazy one: #FAIL when running gcc/g++ (156/200) tests with -m32/-m64. > - testcases that need adjusting (patch submitted there: > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02465.html) This does not work for me: see the output in comment 1. I guess it requires llvm-symbolizer in PATH. Where can I find it?