On Linux/x86_64,

1b34248527472496ca3fe2a07183beac8cf69041 is the first bad commit
commit 1b34248527472496ca3fe2a07183beac8cf69041
Author: Ankur Saini <arse...@sourceware.org>
Date:   Sun Aug 15 19:19:07 2021 +0530

    analyzer: detect and analyze virtual function calls

caused

FAIL: g++.dg/analyzer/pr96641.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++2a (test for excess errors)
FAIL: g++.dg/analyzer/pr96641.C  -std=c++98 (test for excess errors)

with GCC configured with



To reproduce:

$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=g++.dg/analyzer/pr96641.C 
--target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=g++.dg/analyzer/pr96641.C --target_board='unix{-m32\ 
-march=cascadelake}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=g++.dg/analyzer/pr96641.C 
--target_board='unix{-m64}'"
$ cd {build_dir}/gcc && make check 
RUNTESTFLAGS="analyzer.exp=g++.dg/analyzer/pr96641.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