[Bug ipa/102528] Unused out-of-line functions emitted for trivial coroutines

2024-10-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102528 --- Comment #10 from Jonathan Wakely --- (In reply to Iain Sandoe from comment #9) > hmm ... I thought that adding the tag "obsolete" should hide it - but maybe > it has to be done by the OP. I tried to add it and it didn't seem to make > any di

[Bug ipa/102528] Unused out-of-line functions emitted for trivial coroutines

2021-10-05 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102528 --- Comment #9 from Iain Sandoe --- (In reply to Mathias Stearn from comment #8) > Sorry again about the confusion caused by my typo. I am not able to edit the > comment to make it clear that the comment#0 should be ignored. If that > happens ag

[Bug ipa/102528] Unused out-of-line functions emitted for trivial coroutines

2021-10-05 Thread redbeard0531 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102528 --- Comment #8 from Mathias Stearn --- Sorry again about the confusion caused by my typo. I am not able to edit the comment to make it clear that the comment#0 should be ignored. If that happens again, would it be better for me to close the tick

[Bug ipa/102528] Unused out-of-line functions emitted for trivial coroutines

2021-10-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102528 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug ipa/102528] Unused out-of-line functions emitted for trivial coroutines

2021-10-05 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102528 --- Comment #6 from Iain Sandoe --- #include struct simple { struct promise_type { void return_void() {} std::suspend_never initial_suspend() { return {}; } std::suspend_never final_suspend() noexcept { return {}; }