[Bug middle-end/94387] Excess read instructions are generated in case of writing to fields of volatile + packed type (structure)
petro.karashchenko at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Mar 29 14:28:33 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94387
--- Comment #1 from Petro Karashchenko <petro.karashchenko at gmail dot com> ---
Also the ambiguity of the issue is that excess read instructions generation
depends on type of the field. Excess reads are not generated when 8 bit types
are accessed and generated when data types greater that 8 bits are accessed.
More information about the Gcc-bugs
mailing list