[Bug c++/69098] [6.0 regression] Member function pointer template flagged with 'is not a function template'

2016-01-05 Thread hir...@trash-mail.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69098 --- Comment #3 from hir...@trash-mail.com --- Your testcase is really quite a bit smaller still – impressive skills! :) Thanks for confirming and since 5.1.0 works for you, on Wandbox and additionally your testcase doesn’t fail locally, I guess

[Bug c++/69098] Member function pointer template flagged with 'is not a function template'

2016-01-02 Thread hir...@trash-mail.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69098 --- Comment #1 from hir...@trash-mail.com --- The error message I got, copied from Wandbox: prog.cc: In instantiation of 'static void Specializer::InnerClassTempl< >::InnerMemberFn() [with unsigned int = 0u]': prog.cc:16:24: require

[Bug c++/69098] New: Member function template flagged with 'is not a function template'

2015-12-30 Thread hir...@trash-mail.com
/DShqHOBBMDx3X0H2 Status: UNCONFIRMED Keywords: rejects-valid Severity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hir...@trash-mail.com Target Milestone: --- GCC HEAD on Wandbox rejects