Jump to page: 1 2 3
Thread overview
[Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
Apr 01, 2017
Jon Degenhardt
Apr 01, 2017
Jon Degenhardt
Apr 22, 2017
Walter Bright
Apr 23, 2017
Walter Bright
May 12, 2017
Zach the Mystic
May 13, 2017
Jon Degenhardt
May 13, 2017
Zach the Mystic
May 14, 2017
Vladimir Panteleev
May 14, 2017
Zach the Mystic
May 14, 2017
Zach the Mystic
May 14, 2017
Vladimir Panteleev
May 14, 2017
Zach the Mystic
May 14, 2017
Vladimir Panteleev
Mar 01, 2019
Dlang Bot
April 01, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrdemail2000-dlang@yahoo.co
                   |                            |m

--- Comment #1 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
Seeing the same behavior. Occurs in most of my programs. DMD64 D Compiler v2.073.1; Xcode 8.3, Build version 8E162. Does not occur with LDC.

--
April 01, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

--- Comment #2 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
Relevant link: http://stackoverflow.com/questions/42268117/how-to-remove-the-xcode-warning-apple-mach-o-linker-warning-pointer-not-aligned/43056194#43056194

--
April 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
I saw that stack overflow article, However, it seems that it's an unrelated software (firebase from google) which happens to cause the same issue as dmd. At first I thought it said that Xcode 8.3 was to blame.

Hey, maybe they are secretly using D under the hood :)

--
April 21, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |x86_64
           Severity|major                       |critical

--- Comment #4 from Steven Schveighoffer <schveiguy@yahoo.com> ---
I'm upping the importance on this. I literally get 20 pages of linker warnings whenever I build. This seriously impedes any workflow I can have while using dmd.

--
April 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
> address 0x10003A8BB

Well, 0xB, i.e. 11, is certainly not aligned.

--
April 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

--- Comment #6 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6721

--
April 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5f5606429ca65fb81d550ab93b16835cb68a7c9c fix Issue 17289 - With Xcode 8.3 linker, warnings of 'pointer not aligned'

https://github.com/dlang/dmd/commit/dfe6ebfd143eea8f78ac3a131d28312ece4da81f Merge pull request #6721 from WalterBright/fix17289

fix Issue 17289 - With Xcode 8.3 linker, warnings of 'pointer not aliā€¦

--
April 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
May 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

Zach the Mystic <reachzach@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reachzach@gmail.com

--- Comment #8 from Zach the Mystic <reachzach@gmail.com> ---
I believe this counts as a regression and should be patched to the main website ASAP. It's fixed on master. But I believe anyone trying D on OSX for the first time from the website will have 1000 screens of linker errors when they try to compile anything. Horrible user experience.

--
May 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17289

--- Comment #9 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
(In reply to Zach the Mystic from comment #8)
> I believe this counts as a regression and should be patched to the main website ASAP. It's fixed on master. But I believe anyone trying D on OSX for the first time from the website will have 1000 screens of linker errors when they try to compile anything. Horrible user experience.

I agree, the warnings are both alarming and a real nuisance. It would be worth including this in a 2.074.1 patch release.

--
« First   ‹ Prev
1 2 3