https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
--- Comment #7 from CVS Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:3dbc772128e944819b09e21021d4fcd5dc17f2d4
commit r10-7923-g3dbc772128e944819b09e21021d4fcd5dc17f2d4
Author: Iain Sandoe
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
--- Comment #6 from Martin Liška ---
(In reply to Iain Sandoe from comment #5)
> (In reply to Martin Liška from comment #4)
> > (In reply to Iain Sandoe from comment #3)
> > > thanks for the report. The reduced testcase at c#2 doesn't fire for m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
--- Comment #5 from Iain Sandoe ---
(In reply to Martin Liška from comment #4)
> (In reply to Iain Sandoe from comment #3)
> > thanks for the report. The reduced testcase at c#2 doesn't fire for me once
> > pending updates are applied. However,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
--- Comment #4 from Martin Liška ---
(In reply to Iain Sandoe from comment #3)
> thanks for the report. The reduced testcase at c#2 doesn't fire for me once
> pending updates are applied. However, the attached case preprocessed code
> does; I th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
Iain Sandoe changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
--- Comment #2 from Martin Liška ---
Reduced test-case:
namespace std {
template struct coroutine_traits {
using promise_type = _Result::promise_type;
};
template struct coroutine_handle;
template <> struct coroutine_handle<> {};
template s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94288
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|