[Bug c++/84981] New: C++17 allows function pointers with no linkage as template parameters but gcc errors, stating the function has no linkage

2018-03-19 Thread xaxxon at gmail dot com
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: xaxxon at gmail dot com Target Milestone: --- https://godbolt.org/g/7qE4iW template void func() { } int

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-02-23 Thread xaxxon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 zac changed: What|Removed |Added CC||xaxxon at gmail dot com --- Comment #12 from zac

[Bug c++/74744] New: Fails to select overridden function when determined by template parameter

2016-08-11 Thread xaxxon at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: xaxxon at gmail dot com Target Milestone: --- clang compiles https://godbolt.org/g/rUizCC, gcc doesn't: https://godbolt.org/g/d45fkS (problem seems to be around one having