Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: max.kan...@nu-cost.com
Target Milestone: ---
The following illegal code, correctly rejected by GCC 8.3, compiles from GCC
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: max.kan...@nu-cost.com
Target Milestone: ---
The following legal code will lead to an Internal Compiler Error, see
https://godbolt.org/z/PoyMEL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95451
--- Comment #1 from Max ---
I just noted this is a duplicate of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90480, although the other bug
report neither mentions the workaround nor 86594. I guess I need to improve my
search skills :/
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: max.kan...@nu-cost.com
Target Milestone: ---
The following legal code will not compile as template deduction failed, see
https://godbolt.org/z/AHUHpF
template