https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95830
Bug ID: 95830 Summary: [10 regression][MIPS/MSA] internal compiler error: in do_store_flag, at expr.c:12247 start with gcc-11-1445-g502d63b6d61 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: paul.hua.gm at gmail dot com Target Milestone: --- Since gcc-11-1445-g502d63b6d61 O3-pr45971 fails on mips. $ cat O3-pr45971.i void foo (int *x, int *y) { int i; for (i = 0; i < 11; i++) y[i] = (x[i] == 1) ? i + 1 : -(i + 1); } $ ./gcc/cc1 -fpreprocessed O3-pr45971.i -mel -quiet -dumpbase O3-pr45971.c -dumpbase-ext .c -mmsa -march=mips64r2 -mabi=64 -mllsc -mips64r2 -mno-shared -O2 -O3 -version -fdiagnostics-color=never -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers -fdiagnostics-urls=never -ftree-vectorize -fno-tree-loop-distribute-patterns -fvect-cost-model=unlimited -fno-common -fdump-tree-vect-details -fno-ipa-cp-clone -o O3-pr45971.s /home/xuchenghua/GCC/gcc_git_trunk/gcc/testsuite/gcc.dg/vect/O3-pr45971.c: In function ‘foo’: /home/xuchenghua/GCC/gcc_git_trunk/gcc/testsuite/gcc.dg/vect/O3-pr45971.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 0x1204fed93 do_store_flag ../../../gcc_git_trunk/gcc/expr.c:12247 0x1204ff313 expand_expr_real_2(separate_ops*, rtx_def*, machine_mode, expand_modifier) ../../../gcc_git_trunk/gcc/expr.c:9608 0x120379653 expand_gimple_stmt_1 ../../../gcc_git_trunk/gcc/cfgexpand.c:3786 0x120379653 expand_gimple_stmt ../../../gcc_git_trunk/gcc/cfgexpand.c:3847 0x120380183 expand_gimple_basic_block ../../../gcc_git_trunk/gcc/cfgexpand.c:5888 0x120382dd3 execute ../../../gcc_git_trunk/gcc/cfgexpand.c:6572 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. there are many others fails start between gcc-11-1441-g48b6386f5d0 and gcc-11-1470-gd11c9841d54. /gcc.dg/graphite/vect-pr43423.c:6:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/graphite/vect-pr43423.c:6:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr46009.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr46009.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr62075.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr62075.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr69820.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr69820.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86749.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86749.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr94727.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr94727.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-13.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-13.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-15.c:20:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-15.c:20:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-1.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-1.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-2.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-2.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68305.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68305.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68417.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68417.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-13.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-13.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-15.c:20:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-over-widen-15.c:20:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/fast-math-pr55281.c:22:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/fast-math-pr55281.c:22:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-1.c:16:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-1.c:16:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59519-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59519-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59591-1.c:23:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59591-1.c:23:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-1.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-1.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-10.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-10.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-12.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-12.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-13.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-13.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-14.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-14.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-21.c:72:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-21.c:72:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-1.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-1.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-10.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-10.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-11.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-11.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-2.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-2.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-3.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-3.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-4.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-4.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-6.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-6.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-7.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-7.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-9.c:15:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-9.c:15:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr24059.c:9:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr24059.c:9:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-3.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-3.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-4.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-4.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr69820.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr69820.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr70354-1.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr70354-1.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86749.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86749.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86927.c:4:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86927.c:4:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-3.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-3.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-6.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-6.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cselim-1.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cselim-1.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-pattern-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-pattern-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr61194.c:11:40: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr61194.c:11:40: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr70354-1.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr70354-1.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-23.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-23.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-24.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-24.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdiv-pow2-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdiv-pow2-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdivmod-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdivmod-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr46009.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr46009.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-1.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-1.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-2.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-2.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-10.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-10.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-11.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-11.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-2.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-2.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-3.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-3.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-4.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-4.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-6.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-6.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-7.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-7.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-8.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-8.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-11.c:14:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-11.c:14:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-1.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-1.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-2.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-version-2.c:5:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2-big-array.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2-big-array.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-3.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-3.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-4.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-4.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-5.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-5.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/O3-pr45971.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/O3-pr45971.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/O3-pr46077.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/O3-pr46077.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51000.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51000.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-3.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-3.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-4.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51581-4.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr72866.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr72866.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-6.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-6.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-7.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-7.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-8.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-8.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-9.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-9.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-arith-1.c:14:3: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-arith-1.c:14:3: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-widen-mult-extern-1.c:6:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-widen-mult-extern-1.c:6:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51000.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr51000.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr61194.c:11:40: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr61194.c:11:40: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr62075.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr62075.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr71259.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr71259.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp.c:119:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp.c:119:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-1.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-1.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-16.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-16.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-17.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-17.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-2.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-2.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-3.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-3.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-4.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-4.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-5.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-5.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-6.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-6.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-7.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-7.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-9.c:15:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-9.c:15:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-pr69848.c:10:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-pr69848.c:10:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/fast-math-ifcvt-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/fast-math-ifcvt-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-111.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-111.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr24059.c:9:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr24059.c:9:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr63605.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr63605.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-1.c:7:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-1.c:7:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-3.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-3.c:15:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-6.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-6.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cselim-1.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cselim-1.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-pr69848.c:10:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-pr69848.c:10:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-14.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-14.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-6.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-6.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-7.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-7.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56541.c:11:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56541.c:11:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56625.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56625.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-10.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-10.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-12.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-12.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-13.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-13.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-14.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-14.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-3.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-3.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-4.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-4.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-6.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-6.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr94727.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr94727.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-10.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-10.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-14.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-14.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-43.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-43.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56541.c:11:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56541.c:11:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56625.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr56625.c:4:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68305.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68305.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68417.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr68417.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86927.c:4:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr86927.c:4:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-epilogues-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-epilogues-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-43.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-43.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr63605.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr63605.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-epilogues-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-epilogues-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-5.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-6.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-6.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-7.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-7.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-widen-mult-extern-1.c:6:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-widen-mult-extern-1.c:6:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr23816-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr58508.c:31:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr58508.c:31:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-3.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-3.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-4.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-4.c:14:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-6.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr65947-6.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr66142.c:24:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr66142.c:24:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-10.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-simd-10.c:31:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-1.c:16:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-1.c:16:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr43430-2.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr66142.c:24:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr66142.c:24:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdiv-pow2-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdiv-pow2-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdivmod-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-sdivmod-1.c:7:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr79887.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-2.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr80631-2.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp-2.c:4:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp.c:119:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-bool-cmp.c:119:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-11.c:14:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-11.c:14:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-16.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-16.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-17.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-17.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-2.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-2.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-3.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-3.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-4.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-4.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-5.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-ifcvt-5.c:15:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-1.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2-big-array.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2-big-array.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-2.c:12:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-3.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-3.c:19:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-4.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-4.c:18:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-5.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/slp-cond-5.c:17:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-cond-1.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-cond-1.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-pattern-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-pattern-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr58508.c:31:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr58508.c:31:6: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59519-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59519-2.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59591-1.c:23:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr59591-1.c:23:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr72866.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/pr72866.c:8:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-21.c:72:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-21.c:72:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-23.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-23.c:10:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-24.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-24.c:11:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-9.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-9.c:13:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-arith-1.c:14:3: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-arith-1.c:14:3: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-1.c:7:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/vect-cond-reduc-1.c:7:5: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-cond-1.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/bb-slp-cond-1.c:9:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.dg/vect/no-trapping-math-1.c:5:1: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247 /gcc.target/mips/msa.c:502:67: internal compiler error: in do_store_flag, at expr.c:12247