Re: -fsection-anchors and -fdata-sections in ARM

2015-01-22 Thread Johannes Pfau via D.gnu
Am Thu, 22 Jan 2015 11:34:27 + schrieb "Mike" : > I'm trying to track down an optimization bug. > > I have written a D program and a C program that are essentially > identical, and compiled them to assembly code with my > arm-none-eabi-gdc/gcc build. > > C Code: https://bpaste.net/show/6f4

-fsection-anchors and -fdata-sections in ARM

2015-01-22 Thread Mike via D.gnu
I'm trying to track down an optimization bug. I have written a D program and a C program that are essentially identical, and compiled them to assembly code with my arm-none-eabi-gdc/gcc build. C Code: https://bpaste.net/show/6f420de3a892 C ASM : https://bpaste.net/show/42c75f6763bf arm-none-e