Re: GDC 9 and ARM Cortex-M

2019-07-07 Thread Iain Buclaw via D.gnu
On Sun, 7 Jul 2019 at 14:15, Timo Sintonen via D.gnu wrote: > > On Sunday, 7 July 2019 at 09:57:33 UTC, Iain Buclaw wrote: > > On Sun, 7 Jul 2019 at 08:25, Timo Sintonen via D.gnu > > wrote: > >> > >> My little test program is nearly working now. > >> Some funny things I have found: > >> > >> - W

Re: GDC 9 and ARM Cortex-M

2019-07-07 Thread Timo Sintonen via D.gnu
On Sunday, 7 July 2019 at 09:57:33 UTC, Iain Buclaw wrote: On Sun, 7 Jul 2019 at 08:25, Timo Sintonen via D.gnu wrote: My little test program is nearly working now. Some funny things I have found: - When not using -O2 4 extra bytes appear in front of tdata init values. With -O2 they disappea

Re: GDC 9 and ARM Cortex-M

2019-07-07 Thread Iain Buclaw via D.gnu
On Sun, 7 Jul 2019 at 08:25, Timo Sintonen via D.gnu wrote: > > My little test program is nearly working now. > Some funny things I have found: > > - When not using -O2 4 extra bytes appear in front of tdata init > values. With -O2 they disappear. Don't think that has anything to do with gdc. >