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 target/67712] [SH] __builtin_strncmp causes code bloat


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

--- Comment #3 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
The patch committed limits the unrolling, but not necessarily as much as
desirable (given the bug is about an 8-byte case and the limit is 32 bytes).

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