Re: [PATCH] Fix c++/67337 (segfault in mangle.c)
OK, thanks. Jason
[PATCH] Fix c++/67337 (segfault in mangle.c)
decl_mangling_context() in mangle.c returns a NULL_TREE in case of template type parameters. write_template_prefix() needs to handle this situation. Tested on ppc64le. This is a regression from gcc=4.8. OK for trunk, gcc-5 and gcc-4.9? Thanks. PR c++/67337 * mangle.c (write_temp