Re: [PATCH 11/13] D: GCC builtins and runtime support.

2017-06-13 Thread Iain Buclaw
On 13 June 2017 at 19:38, Joseph Myers wrote: > Presumably all of these GCC-specific files should have the GCC Runtime > Library Exception notice. > OK, noted. I will update them.

Re: [PATCH 11/13] D: GCC builtins and runtime support.

2017-06-13 Thread Joseph Myers
Presumably all of these GCC-specific files should have the GCC Runtime Library Exception notice. -- Joseph S. Myers jos...@codesourcery.com

[PATCH 11/13] D: GCC builtins and runtime support.

2017-05-28 Thread Iain Buclaw
This patch adds GCC builtins and runtime support for GDC compiled code. - module __entrypoint defines the C main function. Its contents are parsed and compiled in during compilation, but only if needed. - module gcc.atomic is a deprecated module that defines templated __sync builtins. It's o