Issue 5689

2012-03-15 Thread James Miller
Hey, Whats the word on this issue: http://d.puremagic.com/issues/show_bug.cgi?id=5689 Its kinda killing my ability to profile my code here, since the program is no longer valid when compiled with -profile. -- James Miller

Re: Issue 5689

2012-03-15 Thread Daniel Murphy
"James Miller" wrote in message news:mailman.693.1331810915.4860.digitalmar...@puremagic.com... > Hey, > > Whats the word on this issue: > > http://d.puremagic.com/issues/show_bug.cgi?id=5689 > > Its kinda killing my ability to profile my code here, since the > program is no longer valid when com

Re: Issue 5689

2012-03-15 Thread James Miller
On 16 March 2012 03:00, Daniel Murphy wrote: > "James Miller" wrote in message > news:mailman.693.1331810915.4860.digitalmar...@puremagic.com... >> Hey, >> >> Whats the word on this issue: >> >> http://d.puremagic.com/issues/show_bug.cgi?id=5689 >> >> Its kinda killing my ability to profile my co

Re: Issue 5689

2012-03-15 Thread Daniel Murphy
"James Miller" wrote in message news:mailman.707.1331841671.4860.digitalmar...@puremagic.com... > Out of curiosity, what does -profile do that could cause this bug? > Seems like an odd cause, since in my specific case, I don't even get > an error, just crazy values, -2^31 to ~10^38, in later calc

Re: Issue 5689

2012-03-15 Thread James Miller
On 16 March 2012 14:36, Daniel Murphy wrote: > "James Miller" wrote in message > news:mailman.707.1331841671.4860.digitalmar...@puremagic.com... >> Out of curiosity, what does -profile do that could cause this bug? >> Seems like an odd cause, since in my specific case, I don't even get >> an erro

Re: Issue 5689

2012-03-15 Thread Daniel Murphy
"James Miller" wrote in message news:mailman.744.1331866908.4860.digitalmar...@puremagic.com... > My code uses floats, so I just tested using floats instead of doubles > and while I don't get the error, I do get incorrect values. I'll post > the code I used and the disassembly to bugzilla. > > -