https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106398
--- Comment #1 from Justin Bassett ---
Sorry about the repetition of the code example. That was some kind of bug in
the website or browser where the pasted text did not show up except for the
last copy. Let's give that code snippet one more time
Version: 12.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jbassett271 at gmail dot com
Target Milestone: ---
This ICEs:
#define FWD(...) static_cast(__VA_ARGS__
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jbassett271 at gmail dot com
Target Milestone: ---
GCC has an internal compiler error for requires expressions inside the noexcept
clause of a lambda inside a templated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98367
--- Comment #1 from Justin Bassett ---
It also ICEs with a segfault even if the `myobject` doesn't do CTAD itself but
has its type explicitly specified: https://godbolt.org/z/Mjfe6c .
Inlining the non-CTAD version does not ICE, though:
https://g
++
Assignee: unassigned at gcc dot gnu.org
Reporter: jbassett271 at gmail dot com
Target Milestone: ---
This ICEs the compiler with a segfault (see https://godbolt.org/z/ddceoM ):
template
struct ctad_t {
A a;
};
template
struct myclass {
};
template
constexpr auto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86368
--- Comment #9 from Justin Bassett ---
After more reflection, I do believe that ignoring attributes from unknown
namespaces is one of the best options.
My suggestion of whitelisting attributes falls apart when we consider how many
attributes the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86368
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89074
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68942
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jbassett271 at gmail dot com
Target Milestone: ---
The following code fails to compile on GCC 8.1.0 and above, but compiles fine
on GCC 7.3 and Cl
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jbassett271 at gmail dot com
Target Milestone: ---
Created attachment 44549
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=4454
13 matches
Mail list logo