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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117550
Sam James changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---