[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 --- Comment #3 from Witold Baryluk 2010-01-29 04:28:20 PST --- (In reply to comment #2) > is this maybe related to issue 3736 ? I don't know. This is quite different issues (i'm not using structs, and i doesn't call functions when error occur

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #4 from Don 2

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 --- Comment #6 from Witold Baryluk 2010-01-29 05:48:52 PST --- (In reply to comment #4) > I'm not certain that there's a bug here (difficult to tell without reducing > the > test case further). It could be that in the optimised case you have

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 --- Comment #7 from Witold Baryluk 2010-01-29 05:50:47 PST --- (In reply to comment #5) > > I think this is exactly the problem. You are using floating point expecting > that all floats are created equal. > > One rule about floating point i

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 --- Comment #8 from Steven Schveighoffer 2010-01-29 06:06:41 PST --- (In reply to comment #7) > Yes I know, but I was relaying of IEEE 754 semantic, in which my code should > work (there will be point in execuion when left == half or right ==

[Issue 3752] New: File.byLine fetches lines in a confusing manner

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3752 Summary: File.byLine fetches lines in a confusing manner Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3752] File.byLine fetches lines in a confusing manner

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3752 --- Comment #1 from Pelle M�nsson 2010-01-29 10:59:45 PST --- Created an attachment (id=559) Rearranged using filled flag Now featuring an idle constructor. I hope I got the patch generation right. :) -- Configure issuemail: http://d.purem

[Issue 3167] Passing result of a function call as ref argument no longer works

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3167] Passing result of a function call as ref argument no longer works

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 3167] Passing result of a function call as ref argument no longer works

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Eldar Insafutdinov changed: What|Removed |Added CC||e.insafutdi...@gmail.com --- Comm

[Issue 3753] New: ICE eh.c 49: Related to exception handling and alloca.

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 Summary: ICE eh.c 49: Related to exception handling and alloca. Product: D Version: 2.039 Platform: Other OS/Version: Linux Status: NEW Keywords: ice-on-

[Issue 3167] Passing result of a function call as ref argument no longer works

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 --- Comment #13 from Walter Bright 2010-01-29 15:50:10 PST --- It is invalid code because you are taking a reference to the return value of a function. Functions return, by definition, rvalues. You cannot take a reference to an rvalue. -- Co

[Issue 3751] Optimalization error in some floating point code

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3751 Witold Baryluk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3167] Passing result of a function call as ref argument no longer works

2010-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3167 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment