[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 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 > { > int* opB

[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 changed: What|Removed |Added Severity|major |enhancement --- Comment #3 from

[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: rejects-v

[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 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() { Point mp; const Poin

[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 changed: What|Removed |Added Keywords||pull Summary|Overloading templa

[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 changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #4

[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 changed: What|Removed |Added Severity|blocker |major --- Comment #1 from Jonathan

[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 Comp

OPTLINK : Error 118: Filename Expected

2012-08-08 Thread anon
Yet another obscure error message that makes no sense. OPTLINK (R) for Win32 Release 8.00.12 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html OPTLINK : Error 118: Filename Expected Path=C:\D\dmd2\windows\bin;C:\Program Files (x86)\Microsoft

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 de

[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 because: