On 14 January 2014 14:45, Johannes Pfau <nos...@example.com> wrote: > I'm now finally ready to upstream all ARM changes, but I'm not sure > where the changes with ARM ASM code should be upstreamed to: > > This stuff is not compatible with LDC/DMD. > Should I place those ASM blocks in a version(GNU) block and push those > changes to upstream druntime/test suite upstream? > https://github.com/jpf91/GDC/commit/15bfae2b04928e1797729a04b9e67b3cff7ae0e6 > https://github.com/jpf91/GDC/commit/f7bafdd7b6b323012bf78aa53b969fff718e68e3 > > Or should I just push these into the GDC repo only?
I don't think upstream will like GDC-specific code in the testsuite/library. ;-) The changes that do not include extended assembler look fine to push upstream. Regards Iain