[Issue 10381] Nonsense associative array comparison

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10381 --- Comment #3 from Don clugd...@yahoo.com.au 2013-09-19 23:20:27 PDT --- https://github.com/D-Programming-Language/dmd/pull/2575 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 10509] Closure is allocated even if it may be not needed

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10509 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|wrong-code |performance

[Issue 10729] Some exception symbols undefined

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 --- Comment #21 from Nick Sabalausky cbkbbej...@mailinator.com 2013-09-19 23:39:29 PDT --- Andre: Rainer mentioned something in http://forum.dlang.org/post/l10vtc$76o$1...@digitalmars.com that solved my problem. Turns out that optlink

[Issue 10729] Some exception symbols undefined

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 --- Comment #22 from Nick Sabalausky cbkbbej...@mailinator.com 2013-09-19 23:44:18 PDT --- (In reply to comment #21) (or sc.ini for that matter, but that's not the main issue here) Oh I see you DO have an sc.ini in there, and it does look

[Issue 10729] Some exception symbols undefined

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 --- Comment #23 from Nick Sabalausky cbkbbej...@mailinator.com 2013-09-19 23:45:33 PDT --- (In reply to comment #22) (In reply to comment #21) (or sc.ini for that matter, but that's not the main issue here) Oh I see you DO have an

[Issue 10729] Some exception symbols undefined

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 --- Comment #24 from Nick Sabalausky cbkbbej...@mailinator.com 2013-09-19 23:46:53 PDT --- BTW, you don't need to copy druntime.lib because it's already included in phobos.lib. -- Configure issuemail:

[Issue 11070] Allow declaration statement in a switch expression

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11070 --- Comment #5 from monarchdo...@gmail.com 2013-09-20 00:53:31 PDT --- (In reply to comment #3) Well, not just auto, you just want to be able to make a declaration inside the switch expression. This would also apply to a while statement too.

[Issue 11062] inline ice with alias this and opIndexAssign

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11062 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 11073] New: Move semantics not respected

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11073 Summary: Move semantics not respected Product: D Version: D2 Platform: x86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6186] Struct destructor is not called on out parameter

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 11074] New: Template value parameter defaults behave differently for IFTI and normal instantations

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11074 Summary: Template value parameter defaults behave differently for IFTI and normal instantations Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11062] inline ice with alias this and opIndexAssign

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11062 --- Comment #2 from github-bugzi...@puremagic.com 2013-09-20 08:22:27 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11062] inline ice with alias this and opIndexAssign

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11062 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11069] DMD (github HEAD) Linker Regression

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11069 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||link-failure, pull

[Issue 10509] Closure is allocated even if it may be not needed

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10509 --- Comment #2 from Denis Shelomovskij verylonglogin@gmail.com 2013-09-20 22:00:46 MSD --- What I'm afraid is inlining. Is it possible that the function allocating closure in `if` branch is inlined and results in the issue? -- Configure

[Issue 11075] New: ICE(struct.c) after gagged error in struct field initializer

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11075 Summary: ICE(struct.c) after gagged error in struct field initializer Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11073] Move semantics not respected

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11073 rswhi...@googlemail.com changed: What|Removed |Added CC||rswhi...@googlemail.com ---

[Issue 11076] New: Allow delete null in the spec

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11076 Summary: Allow delete null in the spec Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: DMD

[Issue 10381] Nonsense associative array comparison

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10381 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 11077] New: iota() should be statically specialized for increment 1

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11077 Summary: iota() should be statically specialized for increment 1 Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity:

[Issue 10381] Nonsense associative array comparison

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10381 --- Comment #5 from hst...@quickfur.ath.cx 2013-09-20 13:31:02 PDT --- (In reply to comment #4) (In reply to comment #2) There are some meaningful (and occasionally useful) operations done on whole associative arrays, like testing if the

[Issue 11078] New: Diagnostic for wrong RHS in property assign of a property group should improve

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11078 Summary: Diagnostic for wrong RHS in property assign of a property group should improve Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11078] Diagnostic for wrong RHS in property assign of a property group should improve

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11078 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-20 13:57:14 PDT --- (In reply to comment #0) $ dmd test.d test.d(12): Error: s1.value is not an lvalue To see the expected diagnostic, just comment out the getter and

[Issue 11079] New: Attributes for template functions should be visible when used with traits

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11079 Summary: Attributes for template functions should be visible when used with traits Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11079] Attributes for template functions should be visible when used with traits

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11079 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-20 14:37:25 PDT --- Issue was found by CounterPillow from IRC, filing on his behalf. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11080] New: assert(`string`) should be forbidden

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11080 Summary: assert(`string`) should be forbidden Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 11076] Allow delete null in the spec

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11076 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Version|D1 D2 |D1 ---

[Issue 11076] Allow delete null in the spec

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11076 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|