]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit1990086f5791cba8c267c430119e38c5030451d9
tree89a14e23b29d3e62c2c0f64b91aed0d6d15bcc08
parent3a3e129ce081c7936e7470d0a2cb3c0fbdd7490b
parent941efd87e22b1b88e3488b8e681d14d0d66e45ac
Merge remote-tracking branch 'origin/master' into unswitch

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.
gcc/doc/invoke.texi
gcc/tree-cfg.cc