This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/64567] missed optimization: redundant test before clearing bit(s)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64567

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
This transformation is incorrect if the lvalue may be pointing to a read-only
object.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]