http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56095
--- Comment #1 from Rendaw 2013-01-24 06:39:12 UTC
---
I tried one more case, casting before using the template:
Code (c.cxx):
int *a(void) { return 0; }
typedef void (*IntermediarySignature)(void);
template void z(void) {}
int main(int argc,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56095
Bug #: 56095
Summary: Crash casting function pointer as non-type template
argument
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED