Re: [r15-3529 Regression] FAIL: gcc.dg/pr116588.c (test for excess errors) on Linux/x86_64
On Sat, Sep 7, 2024 at 4:11 PM haochen.jiang wrote: > > On Linux/x86_64, > > 506417dbc8b1cbc1133a5322572cf94b671aadf6 is the first bad commit > commit 506417dbc8b1cbc1133a5322572cf94b671aadf6 > Author: Andrew MacLeod > 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.)
Re: [r15-853 Regression] FAIL: gcc.dg/tree-ssa/bitops-9.c scan-tree-dump-times optimized "bit_not_expr, " 1 on Linux/x86_64
On Mon, May 27, 2024 at 4:30 PM haochen.jiang wrote: > > On Linux/x86_64, > > c5a7628470a7fb801ebeea82e16a4549db43bfa5 is the first bad commit > commit c5a7628470a7fb801ebeea82e16a4549db43bfa5 > Author: Andrew Pinski > Date: Sun May 26 17:59:21 2024 -0700 > > match: Use uniform_integer_cst_p in bitwise_inverted_equal_p [PR115238] > > caused > > FAIL: gcc.dg/tree-ssa/bitops-9.c scan-tree-dump-times optimized > "bit_ior_expr, " 1 > FAIL: gcc.dg/tree-ssa/bitops-9.c scan-tree-dump-times optimized > "bit_not_expr, " 1 Sorry about that, fixed in r15-855-g4fcdc37e8856bde847d3b8dd2915b68d56ad1d62 . Just was a testcase issue really. Thanks, Andrew > > with GCC configured with > > ../../gcc/configure > --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-853/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="tree-ssa.exp=gcc.dg/tree-ssa/bitops-9.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/bitops-9.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.)
Re: [r15-5336 Regression] FAIL: gcc.dg/guality/pr36728-4.c -Os -DPREVENT_OPTIMIZATION line 16 y == 2 on Linux/x86_64
On Sat, Nov 16, 2024 at 9:27 AM haochen.jiang wrote: > > On Linux/x86_64, > > cee7d080d5c2a5fb8125878998b742c040ec88b4 is the first bad commit > commit cee7d080d5c2a5fb8125878998b742c040ec88b4 > Author: Jan Hubicka > Date: Sat Nov 16 14:04:32 2024 +0100 > > Ignore conditions guarding __builtin_unreachable in inliner metrics > > caused > > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg1 > == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg2 > == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg3 > == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg4 > == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg5 > == 5 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg6 > == 6 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 16 arg7 > == 30 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg1 > == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg2 > == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg3 > == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg4 > == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg5 > == 5 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg6 > == 6 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -DPREVENT_OPTIMIZATION line 18 arg7 > == 30 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg1 == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg2 == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg3 == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg4 == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg5 == 5 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg6 == 6 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 16 arg7 == 30 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg1 == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg2 == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg3 == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg4 == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg5 == 5 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg6 == 6 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none -DPREVENT_OPTIMIZATION line 18 arg7 == 30 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg1 == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg2 == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg3 == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg4 == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg5 == 5 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg6 == 6 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 16 arg7 == 30 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 18 arg1 == 1 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 18 arg2 == 2 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 18 arg3 == 3 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin > -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 18 arg4 == 4 > FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-pl
RE: Regressions on native/master at commit r16-29 vs commit r16-21 on Linux/x86_64
I have a fix for the testcases. Just need to increase the size from 32 to 1024. Basically with 32, vectors are used for the memcpy which allows to optimize it; just differently and not what is being tested here. I am hoping 1024 is big enough not to hit another target which does memcpy for 1024 bytes with one register load/store. I will push a fix tomorrow. Thanks, Andrew > -Original Message- > From: Sam James > Sent: Friday, April 18, 2025 5:28 PM > To: Andrew Pinski (QUIC) > Cc: gcc-regression@gcc.gnu.org; haochen.ji...@intel.com > Subject: Re: Regressions on native/master at commit r16-29 vs > commit r16-21 on Linux/x86_64 > > WARNING: This email originated from outside of Qualcomm. > Please be wary of any links or attachments, and do not enable > macros. > > This builder uses --with-arch=native. The (a) difference starts > at x86-64-v3: > > $ diff -u <(gcc -O2 -fdump-tree-forwprop1-details=- -O2 > gcc.dg/pr78408-3.c -c -march=x86-64-v2) <(gcc -O2 -fdump- > tree-forwprop1-details=- -O2 gcc.dg/pr78408-3.c -c - > march=x86-64-v3) > --- /dev/fd/63 2025-04-19 01:27:31.676852279 +0100 > +++ /dev/fd/62 2025-04-19 01:27:31.651851999 +0100 > @@ -1,15 +1,17 @@ > > -;; Function bbb (bbb, funcdef_no=0, decl_uid=2939, > cgraph_uid=1, symbol_order=0) > +;; Function bbb (bbb, funcdef_no=0, decl_uid=3312, > cgraph_uid=1, > +symbol_order=0) > > void * bbb () > { >char buf[32]; >void * ret; > + vector(32) unsigned char _5; > > : >ret_3 = aaa (); >buf = ""; > - MEM [(char * {ref-all})ret_3] = MEM > [(char * {ref-all})&buf]; > + _5 = MEM [(char * {ref- > all})&buf]; MEM > + [(char * {ref-all})ret_3] = _5; >buf ={v} {CLOBBER(eos)}; >return ret_3;
Re: [r16-22 Regression] FAIL: gcc.dg/pr78408-3.c scan-tree-dump-times forwprop1 "after previous" 1 on Linux/x86_64
On Fri, Apr 18, 2025, 7:29 PM haochen.jiang wrote: > On Linux/x86_64, > > 94f275432f7ea4781ec7c05fa9d1d81ef6cb3fc1 is the first bad commit > commit 94f275432f7ea4781ec7c05fa9d1d81ef6cb3fc1 > Author: Andrew Pinski > Date: Thu Feb 20 16:09:05 2025 -0800 > > gimple-fold: Improve optimize_memcpy_to_memset to handle STRING_CST > [PR78408] > > caused > > FAIL: gcc.dg/pr78408-3.c scan-tree-dump-times forwprop1 "after previous" 1 > I have a fix for this testcase and the other one already. Will commit it tomorrow. It is just a testcase issue as the testcase gets optimized correctly; just in a different way than what this patch expects. > with GCC configured with > > ../../gcc/configure > --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r16-22/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/pr78408-3.c > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gcc.dg/pr78408-3.c > --target_board='unix{-m64\ -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.) >
Re: [r15-7894 Regression] FAIL: gcc.dg/Wreturn-mismatch-6.c (test for warnings, line 40) on Linux/x86_64
On Fri, Mar 7, 2025 at 2:39 PM haochen.jiang wrote: > > On Linux/x86_64, > > cf65235e03d2eb1667624943eae8f7fc355bceaf is the first bad commit > commit cf65235e03d2eb1667624943eae8f7fc355bceaf > Author: Andrew Pinski > Date: Thu Mar 6 16:07:02 2025 -0800 > > c: Fix warning after an error on a return statment [PR60440] > > caused > > FAIL: gcc.dg/Wreturn-mismatch-2a.c (test for warnings, line 40) > FAIL: gcc.dg/Wreturn-mismatch-6.c (test for warnings, line 40) This is already fixed with r15-7898-gd71139982a364c5c9646737a7b9a407967ecd88c . Sorry for forgetting to update these testcases too. Thanks, Andrew > > with GCC configured with > > ../../gcc/configure > --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-7894/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/Wreturn-mismatch-2a.c --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-2a.c --target_board='unix{-m32\ > -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-2a.c --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-2a.c --target_board='unix{-m64\ > -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-6.c --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-6.c --target_board='unix{-m32\ > -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-6.c --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="dg.exp=gcc.dg/Wreturn-mismatch-6.c --target_board='unix{-m64\ > -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.)
Re: [r16-372 Regression] FAIL: gfortran.dg/specifics_1.f90 -O3 -g execution test on Linux/x86_64
On Sun, May 18, 2025 at 11:19 PM haochen.jiang wrote: > > On Linux/x86_64, > > 064cac730f88dc71c6da578f9ae5b8e092ab6cd4 is the first bad commit > commit 064cac730f88dc71c6da578f9ae5b8e092ab6cd4 > Author: Jan Hubicka > Date: Sun May 4 10:52:35 2025 +0200 > > Improve maybe_hot handling in inliner heuristics > > caused > > FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "Alignment of > access forced using peeling" 1 > FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "vectorized 1 > loops" 1 > FAIL: gcc.dg/tree-ssa/pr81627.c scan-tree-dump-times pcom "Store-stores > chain" 1 This is just an extra inlining which causes pcom to happen twice now. Will look into fix that this coming week. > FAIL: gcc.target/i386/avx512vl-vpmovuswb-2.c (test for excess errors) > FAIL: gcc.target/i386/avx512vl-vpmovwb-2.c (test for excess errors) > FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O2 execution > test > FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O2 -flto > -fno-use-linker-plugin -flto-partition=none execution test > FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O3 -g > execution test > FAIL: g++.dg/coroutines/torture/func-params-07.C -O2 execution test > FAIL: g++.dg/coroutines/torture/func-params-07.C -O3 -g execution test > FAIL: g++.dg/coroutines/torture/pr103953.C -O2 execution test > FAIL: g++.dg/coroutines/torture/pr103953.C -O3 -g execution test The coroutines failures might be a front-end issue or a testcase issue dealing with operator new. > FAIL: g++.dg/vect/pr64410.cc -std=c++17 scan-tree-dump vect "vectorized 1 > loops in function" > FAIL: g++.dg/vect/pr64410.cc -std=c++26 scan-tree-dump vect "vectorized 1 > loops in function" > FAIL: gfortran.dg/guality/arg1.f90 -O3 -fomit-frame-pointer -funroll-loops > -fpeel-loops -ftracer -finline-functions line 14 a(10) == 10 > FAIL: gfortran.dg/specifics_1.f90 -O2 execution test > FAIL: gfortran.dg/specifics_1.f90 -O3 -fomit-frame-pointer -funroll-loops > -fpeel-loops -ftracer -finline-functions execution test > FAIL: gfortran.dg/specifics_1.f90 -O3 -g execution test The specifics_1 failure is a front-end bug which is being fixed: https://gcc.gnu.org/pipermail/gcc-patches/2025-May/684016.html . > > with GCC configured with > > ../../gcc/configure > --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r16-372/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="tree-ssa.exp=gcc.dg/tree-ssa/gen-vect-28.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/gen-vect-28.c > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/pr81627.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/pr81627.c > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/pr81627.c > --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/pr81627.c > --target_board='unix{-m64\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovuswb-2.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovuswb-2.c > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovuswb-2.c > --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovuswb-2.c > --target_board='unix{-m64\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovwb-2.c > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovwb-2.c > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovwb-2.c > --target_board='unix{-m64}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="i386.exp=gcc.target/i386/avx512vl-vpmovwb-2.c > --target_board='unix{-m64\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="coro-torture.exp=g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C > --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check > RUNTESTFLAGS="coro-torture.exp=g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C > --target_board='unix{-m32\ -march=cascadelake}'" > $ cd {build_dir}/gcc && make check > R