[Issue 17218] New: foreach on tupleof inside switch returns ref to undefined address

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17218 Issue ID: 17218 Summary: foreach on tupleof inside switch returns ref to undefined address Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: N

[Issue 17218] foreach on tupleof inside switch returns ref to undefined address

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17218 Alex Goltman changed: What|Removed |Added Hardware|x86 |x86_64 OS|Mac OS X

[Issue 17164] [REG 2.072.0] undefined identifier '__va_argsave'

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17164 --- Comment #2 from Jacob Carlborg --- It's documented for D1 [1], under "C-style Variadic Functions". I still think it's a regressions, this code originated from D1. [1] http://www.digitalmars.com/d/1.0/function.html --

[Issue 17219] New: variable shadowing and overload sets

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17219 Issue ID: 17219 Summary: variable shadowing and overload sets Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 17219] variable shadowing and overload sets

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17219 --- Comment #1 from John Colvin --- One also gets this weirdness: void foo(alias bar)() { static int bar0(T...)(T t) { return 0; } alias bar = bar0; pragma(msg, __traits(identifier, __traits(parent, bar!int))); pragma(msg, __traits(i

[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --

[Issue 14413] Spurious newline in ddoc JSON output for multiple successive line doc comments

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14413 Nick Sabalausky changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #10 from Nick Sabalausky

[Issue 17218] foreach on tupleof inside switch returns ref to undefined address

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17218 ZombineDev changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 17220] New: invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17220 Issue ID: 17220 Summary: invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value Product: D Version: D2 Hardware: x86 OS: Linux

[Issue 17220] invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17220 Stefan Koch changed: What|Removed |Added CC||uplink.co...@gmail.com OS|Linu

[Issue 17220] invalid code with -m32 -inline and struct that's 4x the size of an assigned enum value

2017-02-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17220 Stefan Koch changed: What|Removed |Added Hardware|x86 |x86_64 --- Comment #1 from Stefan Koch --- Ha