[Bug tree-optimization/117282] Miss optimization to eliminate strlen computation

2024-10-26 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117282 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/117282] Miss optimization to eliminate strlen computation

2024-10-24 Thread fxue at os dot amperecomputing.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117282 --- Comment #3 from Feng Xue --- (In reply to Andrew Pinski from comment #2) > >could we introduce a new option like -mcmodel-dyn{=tiny/small/large} as a > >supplement to -mcmode > > This would cause too many confusion really. especially depen

[Bug tree-optimization/117282] Miss optimization to eliminate strlen computation

2024-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117282 --- Comment #2 from Andrew Pinski --- >could we introduce a new option like -mcmodel-dyn{=tiny/small/large} as a >supplement to -mcmode This would cause too many confusion really. especially depending on the definition of your tiny/small/large

[Bug tree-optimization/117282] Miss optimization to eliminate strlen computation

2024-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117282 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-10-24 Ever confirmed|0

[Bug tree-optimization/117282] Miss optimization to eliminate strlen computation

2024-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117282 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|