[Bug c++/56095] Crash casting function pointer as non-type template argument

2013-01-23 Thread spoo at zarbosoft dot com
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,

[Bug c++/56095] New: Crash casting function pointer as non-type template argument

2013-01-23 Thread spoo at zarbosoft dot com
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