https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116095
--- Comment #1 from Enrico Maria De Angelis ---
Forgot to say that at the question on stackoverflow I've listed other ways that
make the code compile:
- change list to vector
- make r const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116095
Bug ID: 116095
Summary: satisfaction of atomic constraint depends on itself,
when piping boost range into range-v3
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
--- Comment #7 from Enrico Maria De Angelis ---
(In reply to Arsen Arsenović from comment #6)
> is it possible to implement any correct terminating coroutine within those
> restrictions?
Is it a requirement that a coroutine must be terminate-ab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
--- Comment #5 from Enrico Maria De Angelis ---
I've asked some feeback here
https://stackoverflow.com/questions/75891694/is-it-legal-for-a-coroutines-promise-type-to-lack-both-return-void-and-return-v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
--- Comment #4 from Enrico Maria De Angelis ---
The more I read the standard, specifically
http://eel.is/c++draft/dcl.fct.def.coroutine#6 and
http://eel.is/c++draft/stmt.return.coroutine, the more I'm convinced that it's
just fine that a corouti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
--- Comment #3 from Enrico Maria De Angelis ---
However, I'm not entirely sure (not anymore now that I've read the standard
more carefully) that not having any of those two memebrs is an error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
--- Comment #2 from Enrico Maria De Angelis ---
Created attachment 54790
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54790&action=edit
Attachment for report 109323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109323
Bug ID: 109323
Summary: No error when neither of return_value or return_void
is defined
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106957
Bug ID: 106957
Summary: compiler error when calling lambda in decltype in
trailing return type of function templated on T when
passing T{} to the lambda
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103403
--- Comment #4 from Enrico Maria De Angelis ---
So there is a relation between this problem and PR 78209. At least a
cause-effect relation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103403
Bug ID: 103403
Summary: Decltype of rvalue reference
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97772
Bug ID: 97772
Summary: Wording of GCC's error message when calling lvalue-ref
qualified member function on temporary object
Product: gcc
Version: 10.2.0
Status: UNCONFIRM
12 matches
Mail list logo