[Bug c++/121094] ICE on `co_await (obj->*func)(args...)`

2025-07-15 Thread dprokoptsev at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121094

--- Comment #2 from Dmitry Prokoptsev  ---
I don't think so -- this does repro on the current master, which has the fix
for bug 120273
(https://gcc.gnu.org/cgit/gcc/commit/?id=3b95be7bd1882add4b1e22f6b70bc130cd465eca).

[Bug c++/121094] ICE on `co_await (obj->*func)(args...)`

2025-07-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121094

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=120273

--- Comment #1 from Andrew Pinski  ---
This might be a dup of bug 120273 and already fixed on the trunk but I have not
tested it yet.