[Bug middle-end/125977] emit_block_move_via_pattern/set_storage_via_setmem don't check min_size == max_size
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 25 10:33:51 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125977
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:4b99a9a276291e7b8d4d52b6a6da8e7016d8c588
commit r17-1842-g4b99a9a276291e7b8d4d52b6a6da8e7016d8c588
Author: Richard Biener <rguenther@suse.de>
Date: Thu Jun 25 10:15:38 2026 +0200
middle-end/125977 - disable RTL expansion ranger use at -O0
It wasn't the intention to enable it without optimizing, so disable it.
PR middle-end/125977
* cfgexpand.cc (pass_expand::execute): Guard ranger use
on optimize.
More information about the Gcc-bugs
mailing list