Re: C++ template issue in gcc 4.5.0 (Linux)

2010-07-20 Thread Martin Gieseking
Am 20.07.2010 19:24, schrieb Jonathan Wakely: > On 20 July 2010 01:36, Martin Gieseking wrote: >> Does anybody know if this is a known issue, or should I file a bug report? > > Please file a bug report, if it's a known issue someone will mark it > as a duplicate. D

C++ template issue in gcc 4.5.0 (Linux)

2010-07-20 Thread Martin Gieseking
Hi, after tracking down an issue [1] in dvisvgm [2] related to GCC 4.5.0, it turned out that GCC 4.5.0 doesn't handle sub-classes defined and instantiated in a template's method properly. At least on x86_64 Linux systems, the code listed below leads to a segfault, while it works on Windows/MinGW (