[Bug 196] Error building core/thread.d

2015-10-10 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 John Colvin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 196] Error building core/thread.d

2015-10-10 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #15 from Johannes Pfau --- @John Colvin the bug fix has been pushed to all gdc branches. If this fix works for you, I'll close this bug report. -- You are receiving this mail because: You are watching all bug changes.

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #14 from Iain Buclaw --- This should also happen for StructLiteralExp written to data too, but won't try too hard to find the trigger for it. https://github.com/D-Programming-GDC/GDC/pull/144 -- You are receiving this mail because:

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #13 from Iain Buclaw --- (In reply to Johannes Pfau from comment #12) > Smaller test case: > > class ThreadError {} > void foo() > { > __gshared error = new ThreadError(); > } It took me a

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #12 from Johannes Pfau --- Smaller test case: class ThreadError {} void foo() { __gshared error = new ThreadError(); } Only happens for classes, no

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #11 from Iain Buclaw --- I can confirm that this shows on Linux, however unlike OSX, GNU assembles without error. --- .align 32 .type .3531, @object .size .3531, 80 .3531: .quad _D3bug11ThreadErr

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #10 from Iain Buclaw --- (In reply to John Colvin from comment #9) > (In reply to Iain Buclaw from comment #8) > > First, dustmite it. This should be possible to reproduce in a cross > > compiler too. > > Ok, after dustmite and a li

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #9 from John Colvin --- (In reply to Iain Buclaw from comment #8) > First, dustmite it. This should be possible to reproduce in a cross > compiler too. Ok, after dustmite and a little manual cleaning: //thread.d class ThreadError :

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #8 from Iain Buclaw --- First, dustmite it. This should be possible to reproduce in a cross compiler too. -- You are receiving this mail because: You are watching all bug changes.

[Bug 196] Error building core/thread.d

2015-10-07 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #7 from John Colvin --- Just tried this again with a few different combinations of gdc and gcc versions, all with the same result. Is there anything I can do to help with this? remote login details for an OS X machine perhaps? -- Y

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #6 from Iain Buclaw --- Something wacky going on in the backend: ``` .globl __D4core6thread13onThreadErrorFNbAyaC6object9ThrowableZ5errorC4core6thread11ThreadError .data .align 3 __D4core6thread13onThreadErrorFNbAyaC6obje

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #5 from John Colvin --- Well I tried the last one of those directories and got something, please find attached. -- You are receiving this mail because: You are watching all bug changes.

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #4 from John Colvin --- Created attachment 87 --> http://bugzilla.gdcproject.org/attachment.cgi?id=87&action=edit assembly from thread.d -- You are receiving this mail because: You are watching all bug changes.

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #3 from John Colvin --- What is the correct directory? Trying to work it out from the various directories in that compilation command: $ pwd /Users/johncolvin/Git/GDC/objdir $ find . -name x86_64-apple-darwin15.0.0 -type d ./prev-x86

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com --- Comment #2 fr

[Bug 196] Error building core/thread.d

2015-07-28 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=196 --- Comment #1 from John Colvin --- Created attachment 86 --> http://bugzilla.gdcproject.org/attachment.cgi?id=86&action=edit build log -- You are receiving this mail because: You are watching all bug changes.