Am Sat, 24 Jan 2015 13:07:43 +0000 (UTC) schrieb ketmar <ket...@ketmar.no-ip.org>:
> On Sat, 24 Jan 2015 12:48:27 +0000, Iain Buclaw via D.gnu wrote: > > >> Sorry, I already updated the branches as I needed a 4.9.2 backport > >> for testing. I should probably think twice about this next time :-) > > > > Nah - I shouldn't have to have my finger dipped in everything. It's > > just given me a list of more things to update today. > > off: Iain (or Johannes), can you made gcc.builtin primitives `@nogc`, > please? i completely lost in the code that generates 'em, but it > blocks making "core.atomic" `@nogc`, and i can't build my project > anymore. it's ok for me to manually patch "core.atomic", but sadly, i > can't do this with gdc code. That was a simple fix: https://github.com/D-Programming-GDC/GDC/commit/aa83d2ac749baa552f250891378118b704d7c589 If you make changes to core.atomic for @nogc please provide a patch or file a pull request.