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

2013-01-24 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56095 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

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

2013-01-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56095 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|

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

2013-01-24 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56095 --- Comment #4 from Daniel Krügler daniel.kruegler at googlemail dot com 2013-01-24 12:07:25 UTC --- (In reply to comment #3) I cant reproduce the crash with any version Here is what I get with my mingw-64 gcc 4.8.0 20130120 (experimental):

[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 spoo at zarbosoft dot com 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