[Issue 4059] Incorrect C++ name mangling

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4059 --- Comment #2 from Robert Clipsham 2010-04-03 23:01:50 BST --- I'm using gcc 4.4.3 too, and dmd 1.x won't mangle it as dmd 1.x does not support C++ name mangling. Even with the mangle you give it doesn't match what dmd outputs. -- Configure

[Issue 4059] Incorrect C++ name mangling

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4059 Ellery Newcomer changed: What|Removed |Added CC||ellery-newco...@utulsa.edu --- Comme

[Issue 4059] New: Incorrect C++ name mangling

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4059 Summary: Incorrect C++ name mangling Product: D Version: 2.041 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4058] New: Wrong error message with __traits(getMember

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4058 Summary: Wrong error message with __traits(getMember Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: normal

[Issue 4047] [CTFE] class/struct heap allocation

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

[Issue 1330] Array slicing does not work the same way in CTFE as at runtime

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1330 Don changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #2 from Don

[Issue 4057] [CTFE] inplace array change

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4057 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4057] New: [CTFE] inplace array change

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4057 Summary: [CTFE] inplace array change Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2 Component: DMD

Re: [Issue 4042] Unable to instantiate a struct template.

2010-04-03 Thread wrzosk
The test case compiles when exec method definition is moved down: template isQObjectType(T) { enum isQObjectType = is(T.__isQObjectType); } template QTypeInfo(T) { static if (!isQObjectType!T) { enum size = T.sizeof; } } struct QList(T) { alias QTypeInfo!T TI; int

[Issue 4042] Unable to instantiate a struct template.

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4042 --- Comment #2 from Max Samukha 2010-04-03 05:25:22 PDT --- > There may be more than one bug. Note that the static if body in QTypeInfo is > evaluated even though no __isQObjectType is defined in QGraphicsWidget or > QAction. Ignore that part

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Robert Clipsham changed: What|Removed |Added CC||rob...@octarineparrot.com --- Commen

[Issue 4055] ICE(tocsym.c:407) virtual Symbol* FuncDeclaration::toSymbol(): Assertion `0' failed.

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4055 Robert Clipsham changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4042] Unable to instantiate a struct template.

2010-04-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4042 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #1 fr