[Bug ipa/117550] constexpr inlining and size optimizations

2024-11-12 Thread alexey.lapshin at espressif dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550 --- Comment #4 from Alexey --- Yes, it seems this task is a duplicate of bug 93008. However, my request is to have acceptable behavior only for the -Os optimization.

[Bug ipa/117550] constexpr inlining and size optimizations

2024-11-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/117550] constexpr inlining and size optimizations

2024-11-12 Thread alexey.lapshin at espressif dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550 --- Comment #3 from Alexey --- Testcase is: ``` #include std::string my_string; void append_my_string(const char *foo) { my_string.append(foo); } ``` https://godbolt.org/z/vTE1z7h46

[Bug ipa/117550] constexpr inlining and size optimizations

2024-11-12 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550 Sam James changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---