[Issue 8521] New: Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8521 Summary: Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used Product: D Version: unspecified

[Issue 1759] Closures and With Statements

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1759 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 8520] Simple in-constrained opBinaryRight in interface doesn't work

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8520 --- Comment #2 from Alex R�nne Petersen a...@lycus.org 2012-08-08 12:15:19 CEST --- (In reply to comment #1) Your understanding is wrong - templates never go in the vtable. The solution is to use NVI and forwarding: interface I {

[Issue 8520] Simple in-constrained opBinaryRight in interface doesn't work

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8520 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Severity|major |enhancement ---

[Issue 8522] New: Overloading template function with prefix const doesn't work

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8522 Summary: Overloading template function with prefix const doesn't work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 8522] Overloading template function with prefix const doesn't work

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8522 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-08-08 08:51:16 PDT --- More explainable test case. struct Point { bool opEquals(R)(R rhs) { return true; } bool opEquals(R)(R rhs) const { return true; } } void main() {

[Issue 8522] Comparison operator overloading doesn't consider the qualifier of lhs

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8522 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8520] Simple in-constrained opBinaryRight in interface doesn't work

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8520 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8521] Internal error: e2ir.c 720 when a function uses a template which relies on that function and -release and -inline are used

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8521 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Severity|blocker |major ---

[Issue 8523] New: compile time parsing of hex floats

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8523 Summary: compile time parsing of hex floats Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 8524] New: Phobos cannot be compiled with -inline

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8524 Summary: Phobos cannot be compiled with -inline Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

Re: OPTLINK : Error 118: Filename Expected

2012-08-08 Thread Walter Bright
On 8/8/2012 4:11 PM, anon wrote: Yet another obscure error message that makes no sense. I suspect it's the ( ) you have in the file names.

[Issue 8525] New: optimizer loops infinitely

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8525 Summary: optimizer loops infinitely Product: D Version: D2 Platform: All OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8525] optimizer loops infinitely

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8525 --- Comment #1 from d...@dawgfoto.de 2012-08-08 20:19:56 PDT --- There is another similar bug. cat bug.d CODE int get(int[] devt) { return devt[$ - 1]; } CODE dmd -c -O bug.d This can be reproduced on non-OpenBSD platforms by

[Issue 8525] optimizer loops infinitely

2012-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8525 --- Comment #2 from d...@dawgfoto.de 2012-08-08 20:30:50 PDT --- https://github.com/D-Programming-Language/dmd/pull/1076 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail