: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
Created attachment 55469
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55469&action=edit
self-contained source file
Compile the attached source with -st
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
The following valid C++20 is rejected by gcc trunk:
template
struct S {
auto f() { return X; }
};
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
The following valid C++20 code causes gcc trunk to erroneously warn about a
missing return statement.
template
constexpr auto y = X;
template
using C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70790
--- Comment #5 from Eric Niebler ---
it looks like this one is fixed in gcc-14. i think this bug can be closed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116506
Eric Niebler changed:
What|Removed |Added
CC||eric.niebler at gmail dot com
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
The following is valid C++20:
template
struct outer {
struct value_type {
T value
sion: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric.niebler at gmail dot com
Target Milestone: ---
the following code is rejected by gcc trunk. as far as
101 - 107 of 107 matches
Mail list logo