[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 Brad Roberts changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #7 from Peter Alexander 2011-10-23 14:34:43 PDT --- That dmd2beta works fine for me. It only appears to have been the previous release bundle that broke it for me. I've been building from the master branch on github and it has bee

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #6 from Brad Roberts 2011-10-23 09:44:46 PDT --- I just tested with the most recent beta, built by Walter rather than hand built on the lion box, and it's working fine. Peter, if you can confirm that it's working for you also, tha

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #5 from Peter Alexander 2011-09-23 00:49:09 PDT --- (In reply to comment #4) > (In reply to comment #3) > > I would think you need to ensure EAX points to somewhere readable to avoid a > > seg fault. E.g.: > > I think you misread

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #4 from Brad Roberts 2011-09-22 20:44:11 PDT --- (In reply to comment #3) > I would think you need to ensure EAX points to somewhere readable to avoid a > seg fault. E.g.: I think you misread the bug report. It's about the compil

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 Graham changed: What|Removed |Added CC||grahamc00...@yahoo.co.uk --- Comment #3 from

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #2 from Peter Alexander 2011-09-18 09:43:39 PDT --- My environment is: $ uname -a Darwin poita.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 i386 Unfortunately, I

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #1 from Brad Roberts 2011-09-17 17:56:09 PDT --- I can't reproduce this with tip of trunk: $ uname -a Darwin nexus 11.1.0 Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64 x86_64 $ c

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 Brad Roberts changed: What|Removed |Added Status|NEW |ASSIGNED CC|