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 middle-end/61762] failure to optimize memcpy from constant string


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

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
Argh.  Then we fall into the c_strlen wart to not break strlenopt...  which
means the fancy folding never triggers.

Oh well.  I guess simply XFAIL for strict-align targets.


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