[Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 15 13:09:01 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17289
--- Comment #18 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to Vladimir Panteleev from comment #15)
> (In reply to Zach the Mystic from comment #13)
> > If you're running a business, you wouldn't tell your customers, "Our
> > supplier crashed their truck, so we're not required to serve you."
>
> Bad analogy. It is your choice to use Apple products, your choice to update
> Xcode, and your choice to (instead of using a workaround) attempt to
> escalate the issue, here, on D's bugtracker, even though the breaking change
> was in Xcode, not D.
AFAIK, this is not a regression in Xcode, but a new warning for a bad situation
that was previously unreported.
The code still builds, but the pointers that dmd generates in the object files
were misaligned.
It is a regression of DMD, because older versions of DMD did not generate
misaligned data.
I think we can fix in the stable branch, and move on here.
--
More information about the Digitalmars-d-bugs
mailing list