Hi GCC Overseers, I run gcc regression analysis every hour and send mail to committer, gcc-patches@gcc.gnu.org and gcc-regression@gcc.gnu.org in case of regression. For some reason following mail marked as spam. Attached is undelivered message. Can you please investigate/fix it, so that regression analysis mail doesn't get marked as spam? Thanks, Sunil -----Original Message----- From: H.J. Lu Sent: Friday, October 9, 2020 4:55 PM To: sunil.k.pandey Subject: Re: [r11-3760 Regression] FAIL: 20_util/variant/visit_neg.cc (test for excess errors) on Linux/x86_64 Please forward this email together with the rejection email to overseers@gcc.gnu.org to report the issue. On Fri, Oct 9, 2020 at 4:52 PM sunil.k.pandey wrote: > > On Linux/x86_64, > > 3427e31331677ca826c5588c87924214f7e5c54b is the first bad commit > commit 3427e31331677ca826c5588c87924214f7e5c54b > Author: Ville Voutilainen > Date: Fri Oct 9 20:47:01 2020 +0300 > > libstdc++: Diagnose visitors with different return types [PR95904] > > caused > > FAIL: 20_util/variant/compile.cc (test for excess errors) > FAIL: 20_util/variant/visit.cc (test for excess errors) > FAIL: 20_util/variant/visit_neg.cc (test for excess errors) > > with GCC configured with > > Configured with: ../../gcc/configure > --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r11 > -3760/usr --enable-clocale=gnu --with-system-zlib > --with-demangler-in-ld --with-fpmath=sse > --enable-languages=c,c++,fortran --enable-cet --without-isl > --enable-libmpx x86_64-linux --disable-bootstrap > > To reproduce: > > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/compile.cc --target_board='unix{-m32}'" > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/compile.cc --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/visit.cc --target_board='unix{-m32}'" > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/visit.cc --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/visit_neg.cc --target_board='unix{-m32}'" > $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=20_util/variant/visit_neg.cc --target_board='unix{-m32\ -march=cascadelake}'" > > (Please do not reply to this email, for question about this report, > contact me at skpgkp2 at gmail dot com) -- H.J.