On Sat, Sep 7, 2024 at 4:11 PM haochen.jiang <haoch...@smtp.intel.com> wrote: > > On Linux/x86_64, > > 506417dbc8b1cbc1133a5322572cf94b671aadf6 is the first bad commit > commit 506417dbc8b1cbc1133a5322572cf94b671aadf6 > Author: Andrew MacLeod <amacl...@redhat.com> > Date: Fri Sep 6 11:42:14 2024 -0400 > > Before running fast VRP, make sure all edges have EXECUTABLE set. > > caused > > FAIL: gcc.dg/pr116588.c (test for excess errors)
Fixed with r15-3533-g35c2bcb2389d34 . Thanks, Andrew Pinski > > with GCC configured with > > ../../gcc/configure > --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-3529/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}/gcc && make check RUNTESTFLAGS="dg.exp=gcc.dg/pr116588.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gcc.dg/pr116588.c > --target_board='unix{-m32\ -march=cascadelake}'" > > (Please do not reply to this email, for question about this report, contact > me at haochen dot jiang at intel.com.) > (If you met problems with cascadelake related, disabling AVX512F in command > line might save that.) > (However, please make sure that there is no potential problems with AVX512.)