[Bug tree-optimization/78428] [5/6/7 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 21 17:21:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78428
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think store_constructor/store_constructor_field should get
bitregion_{start,end} arguments and pass them through, so that initializing
some object through expand_constructor honors the object boundaries like e.g.
expand_assignment does.
More information about the Gcc-bugs
mailing list