]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge remote-tracking branch 'origin/master' into unswitch
authorRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 15:54:16 +0000 (17:54 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 17:10:08 +0000 (19:10 +0200)
Bootstraps OK, has

FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O3 -g

and ICEs 511.povray_r, 526.blender_r, 538.imagick_r with -Ofast znver2

splines.cpp:687:5: internal compiler error: in tree_unswitch_single_loop, at tree-ssa-loop-unswitch.cc:902

blender/source/blender/modifiers/intern/MOD_weightvg_util.c:120:6: internal compiler error: Segmentation fault

magick/composite.c:1631:32: internal compiler error: in tree_unswitch_single_loop, at tree-ssa-loop-unswitch.cc:902

the 902 is the size estimation assert recently added.

1  2 
gcc/doc/invoke.texi
gcc/tree-cfg.cc

Simple merge
diff --cc gcc/tree-cfg.cc
Simple merge