https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101114
Sunil Pandey <skpgkp2 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl.tools at gmail dot com --- Comment #1 from Sunil Pandey <skpgkp2 at gmail dot com> --- Also saw the same issue on x86 target. On Linux/x86_64, 275c736e732d29934e4d22e8f030d5aae8c12a52 is the first bad commit commit 275c736e732d29934e4d22e8f030d5aae8c12a52 Author: Chung-Lin Tang <clt...@codesourcery.com> Date: Thu Jun 17 21:33:32 2021 +0800 libgomp: Structure element mapping for OpenMP 5.0 caused FAIL: libgomp.c/../libgomp.c-c++-common/struct-elem-5.c execution test with GCC configured with ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r12-1565/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/libgomp/testsuite && make check RUNTESTFLAGS="c++.exp=libgomp.c-c++-common/struct-elem-5.c --target_board='unix{-m32}'" $ cd {build_dir}/x86_64-linux/libgomp/testsuite && make check RUNTESTFLAGS="c++.exp=libgomp.c-c++-common/struct-elem-5.c --target_board='unix{-m32\ -march=cascadelake}'" $ cd {build_dir}/x86_64-linux/libgomp/testsuite && make check RUNTESTFLAGS="c++.exp=libgomp.c-c++-common/struct-elem-5.c --target_board='unix{-m64}'" $ cd {build_dir}/x86_64-linux/libgomp/testsuite && make check RUNTESTFLAGS="c++.exp=libgomp.c-c++-common/struct-elem-5.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)