[Issue 5364] optimizer kills high dword of -1

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5364 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6537] OS X optimizer bug (?)

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6537 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 6963] pure/nothrow inference doesn't work for function pointers

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6963 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-11-18 02:20:42 PST --- It doesn't occur if the declarations are in function scope. void foo(X)(X x) {} // doesn't work //immutable void function(int) pure bar1 = foo!(int); //immutable

[Issue 6970] New: Pseudo Members

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6970 Summary: Pseudo Members Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4251] Hole in the const system: immutable values can be overwritten (const(T) is appendable to const(T)[])

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 Luther Tychonievich la...@virginia.edu changed: What|Removed |Added Summary|Hole in the type system:|Hole in the

[Issue 4251] Hole in the const system: immutable values can be overwritten (const(T) is appendable to const(T)[])

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 --- Comment #18 from Steven Schveighoffer schvei...@yahoo.com 2011-11-18 07:10:20 PST --- (In reply to comment #17) (In reply to comment #16) B x; A* y=x; // bad! Everything you describe is supposed to happen. A* y = x is the

[Issue 4251] Hole in the const system: immutable(T)[] implicitly casts to ref const(T)[]

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Summary|Hole in the const system: |Hole in the

[Issue 6971] New: [lex.dd] Type of string literals are outdated

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6971 Summary: [lex.dd] Type of string literals are outdated Product: D Version: D2 Platform: Other URL: http://www.d-programming-language.org/lex.html OS/Version: All

[Issue 6970] Pseudo Members

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6970 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3382] TDPL Implement uniform function call syntax

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3382 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added CC|

[Issue 2883] [UFCS] array member call syntax fails when array is returned from property syntax

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2883 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Summary|array member call syntax|[UFCS] array

[Issue 4251] Hole in the const system: immutable(T)[] implicitly casts to ref const(T)[]

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 --- Comment #20 from Andrei Alexandrescu and...@metalanguage.com 2011-11-18 07:45:55 PST --- (In reply to comment #19) However, I just realized the title is not correct. So I'll change the title to reflect the actual problem (const(T) is

[Issue 6537] OS X optimizer bug (?)

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6537 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5364] optimizer kills high dword of -1

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5364 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 6972] New: [CTFE] ICE with ubyte/=uint

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6972 Summary: [CTFE] ICE with ubyte/=uint Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 6965] [CTFE] wrong reset of variable

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6965 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6940] immutable(int*)*/immutable(int)** and int** do not combine

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6940 timon.g...@gmx.ch changed: What|Removed |Added Summary|immutable(int*)* and int** |immutable(int*)*/immutable(

[Issue 6365] AutoTupleDeclaration

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6365 --- Comment #38 from bearophile_h...@eml.cc 2011-11-18 18:10:20 PST --- See also bug 4579 -- Another handy sub-feature. Sometimes you have tuples with N items, but you only want to unpack some of them. This syntax doesn't work

[Issue 6365] AutoTupleDeclaration

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6365 --- Comment #39 from bearophile_h...@eml.cc 2011-11-18 18:11:33 PST --- Please ignore the This syntax doesn't work because _ is a valid variable name (and even if there's only one of them I don't want to define a _ variable): part of the

[Issue 4579] std.typecons.Tuple syntax unpacking sugar

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4579 --- Comment #2 from bearophile_h...@eml.cc 2011-11-18 18:13:42 PST --- See also issue 6365 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6972] [CTFE] ICE with ubyte/=uint

2011-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6972 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED