[Bug 86] initializing of templated struct with union fails

2013-12-23 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=86 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: template9.d again

2013-12-23 Thread Iain Buclaw
On 22 December 2013 21:36, Iain Buclaw wrote: > On 22 December 2013 00:06, Johannes Pfau wrote: >> It seems there are still some issues with template9.d. It doesn't show >> up in the test suite as it only runs one test for template9.d (why?) and >> that test doesn't use the '-g' parameter. But wh

Re: template9.d again

2013-12-23 Thread Iain Buclaw
On 22 December 2013 21:36, Iain Buclaw wrote: > On 22 December 2013 00:06, Johannes Pfau wrote: >> It seems there are still some issues with template9.d. It doesn't show >> up in the test suite as it only runs one test for template9.d (why?) and >> that test doesn't use the '-g' parameter. But wh

[Bug 85] GDC does not build for windows host

2013-12-23 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=85 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 86] New: initializing of templated struct with union fails

2013-12-23 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=86 Bug #: 86 Summary: initializing of templated struct with union fails Classification: Unclassified Product: GDC Version: 4.8.x Platform: x86_64 OS/Version: Linux Status:

Re: undefined reference to `_D15TypeInfo_Struct6__vtblZ'

2013-12-23 Thread Mike
On Monday, 23 December 2013 at 13:19:21 UTC, Mike wrote: On Monday, 23 December 2013 at 12:57:33 UTC, Johannes Pfau wrote: Am Mon, 23 Dec 2013 12:03:09 + schrieb "Mike" : Thanks for all the help lately. I'm sorry to be flooding this list with so many questions, but I'm making good progre

Re: undefined reference to `_D15TypeInfo_Struct6__vtblZ'

2013-12-23 Thread Mike
On Monday, 23 December 2013 at 12:57:33 UTC, Johannes Pfau wrote: Am Mon, 23 Dec 2013 12:03:09 + schrieb "Mike" : Thanks for all the help lately. I'm sorry to be flooding this list with so many questions, but I'm making good progress, and still running into some things I don't quite under

Re: undefined reference to `_D15TypeInfo_Struct6__vtblZ'

2013-12-23 Thread Johannes Pfau
Am Mon, 23 Dec 2013 12:03:09 + schrieb "Mike" : > Thanks for all the help lately. I'm sorry to be flooding this > list with so many questions, but I'm making good progress, and > still running into some things I don't quite understand. > > I'm getting the following linker error as soon as

undefined reference to `_D15TypeInfo_Struct6__vtblZ'

2013-12-23 Thread Mike
Thanks for all the help lately. I'm sorry to be flooding this list with so many questions, but I'm making good progress, and still running into some things I don't quite understand. I'm getting the following linker error as soon as I add a struct to my code. undefined reference to `_D15Type