[Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure

2012-11-04 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: GDC cross compiler documentation / tutorial

2012-11-04 Thread Jacob Carlborg
On 2012-11-04 12:02, Johannes Pfau wrote: AFAICS you can use crosstool-NG on OSX to generate cross compilers which run on OSX and compile for other OS, but you can't create a cross compiler which runs on windows / linux and compiles for OSX. Ok, I see. I was mostly thinking of compiling both 3

Re: GDC cross compiler documentation / tutorial

2012-11-04 Thread Johannes Pfau
Am Sun, 04 Nov 2012 11:48:08 +0100 schrieb Jacob Carlborg : > On 2012-11-04 11:44, Johannes Pfau wrote: > > > Supported OS: linux, windows, bare-metal > > No support for Mac OS X? The compilers on Mac OS X are > cross-compilers out of the box. > AFAICS you can use crosstool-NG on OSX to genera

Re: GDC cross compiler documentation / tutorial

2012-11-04 Thread Jacob Carlborg
On 2012-11-04 11:44, Johannes Pfau wrote: Supported OS: linux, windows, bare-metal No support for Mac OS X? The compilers on Mac OS X are cross-compilers out of the box. -- /Jacob Carlborg

GDC cross compiler documentation / tutorial

2012-11-04 Thread Johannes Pfau
I wrote some documentation on how to build a gdc cross-compiler: http://gdcproject.org/wiki/Cross%20Compiler For now there's only a tutorial describing how to use crosstool-NG with gdc, but crosstool-NG already supports many different configurations: http://gdcproject.org/wiki/Cross%20Compiler/cro

[Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure

2012-11-04 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 --- Comment #2 from Alexander Samoilov 2012-11-04 10:32:03 UTC --- Thanks for clarification. Nice to hear that it isn't a compiler bug. -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email --- You are receiving thi

[Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure

2012-11-04 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 art.08...@gmail.com changed: What|Removed |Added CC||art.08...@gmail.com --- Comment #1 f