[Bug middle-end/94724] [10 Regression] wrong code at -O0 on x86_64-linux-gnu since r10-7344-gca6c722561ce9b9d
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 23 09:30:25 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94724
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 48359
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48359&action=edit
gcc10-pr94724.patch
Untested fix. Wanted to create it efficiently, but by building the
COMPONENT_REFs with non-final second operand the flags computed by build2_loc
aren't final either (TREE_SIDE_EFFECTS, TREE_CONSTANT, TREE_READONLY).
More information about the Gcc-bugs
mailing list