Make install failure

2013-12-02 Thread Jerry
untime.a install-data-local: libgdruntime.a + $(mkinstalldirs) $(DESTDIR)$(gdc_include_dir) for i in __entrypoint.di object.di; do \ $(INSTALL_HEADER) $(srcdir)/$$i $(DESTDIR)$(gdc_include_dir); \ done Thanks Jerry

Re: Support for gcc vector attributes, SIMD builtins

2011-02-01 Thread Jerry Quinn
Iain Buclaw Wrote: > == Quote from Mike Farnsworth (mike.farnswo...@gmail.com)'s article > > I built gdc from tip on Fedora 13 (x86-64) and started playing around > > with creating a vector struct (x,y,z,w) to see what kind of optimization > > the code generator did with it. It was able to partia

Re: Adding gdc to gcc

2010-11-10 Thread Jerry Quinn
They're already in stage 3, which will preclude any changes to the main compiler if needed. cheers, Jerry

Re: D compiler as part of GCC

2010-03-07 Thread Jerry Quinn
in the process. So far I've got most of the lexer and part of the parsing pass before semantic analysis. That's the easy stuff. Jerry

Re: D compiler as part of GCC

2010-01-18 Thread Jerry Quinn
Simen kjaeraas Wrote: > Jerry Quinn wrote: > > > One question I have (of many) is whether a different name should be > > used. If this is called GDC there will be some confusion with the > > current GDC. What thoughts do you all have? > > If the project is t

D compiler as part of GCC

2010-01-17 Thread Jerry Quinn
ts do you all have? In general is there interest in this project, especially contributing to it? Thanks, Jerry