On Linux/x86_64,

e92d0ff6b5e6d4b95c04fc3e326d40efeb136086 is the first bad commit
commit e92d0ff6b5e6d4b95c04fc3e326d40efeb136086
Author: Ankur Saini <arse...@sourceware.org>
Date:   Thu Aug 19 19:54:56 2021 +0530

    analyzer: Fix PR analyzer/101980

caused

FAIL: gcc.dg/analyzer/malloc-callbacks.c (test for excess errors)

with GCC configured with



To reproduce:

$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=gcc.dg/analyzer/malloc-callbacks.c 
--target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=gcc.dg/analyzer/malloc-callbacks.c 
--target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=gcc.dg/analyzer/malloc-callbacks.c 
--target_board='unix{-m64}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=gcc.dg/analyzer/malloc-callbacks.c 
--target_board='unix{-m64\ -march=cascadelake}'"

(Please do not reply to this email, for question about this report, contact me 
at skpgkp2 at gmail dot com)

Reply via email to