[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 --- Comment #5 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 16:59:51 2017 New Revision: 252436 URL: https://gcc.gnu.org/viewcvs?rev=252436=gcc=rev Log: Limit SH strncmp inline expansion (PR target/78460). GCC mainline built for

[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-08-16 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-08-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 --- Comment #3 from Joseph S. Myers --- 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).

[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-08-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 --- Comment #3 from Joseph S. Myers --- 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).

[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-08-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 --- Comment #2 from Joseph S. Myers --- Author: jsm28 Date: Tue Aug 15 23:43:11 2017 New Revision: 251109 URL: https://gcc.gnu.org/viewcvs?rev=251109=gcc=rev Log: Limit SH strncmp inline expansion (PR target/78460). GCC mainline built for

[Bug target/67712] [SH] __builtin_strncmp causes code bloat

2017-08-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67712 --- Comment #1 from Joseph S. Myers --- Author: jsm28 Date: Tue Aug 15 23:42:23 2017 New Revision: 251108 URL: https://gcc.gnu.org/viewcvs?rev=251108=gcc=rev Log: Limit SH strncmp inline expansion (PR target/78460). GCC mainline built for