[Issue 7835] switch case fallthrough error despite a break inside static foreach

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7835 Mathias Lang changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2015-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7835 Alex Parrill changed: What|Removed |Added CC||initrd...@gmail.com --- Comment #11 from Alex

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 --- Comment #10 from timon.g...@gmx.ch 2012-04-06 15:21:47 PDT --- (In reply to comment #9) > I think that the expansion of the static foreach is wrong. It explains the > behavior, but doesn't excuse it. > > I think the bug report is valid. W

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 Brad Roberts changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 bearophile_h...@eml.cc changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 --- Comment #7 from timon.g...@gmx.ch 2012-04-06 11:41:49 PDT --- (In reply to comment #5) > This compiles with no warnings and it seems to work correctly, but I don't > fully understand it: > > > import core.stdc.stdio: printf; > template Typ

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 --- Comment #6 from Dmitry Olshansky 2012-04-06 11:37:01 PDT --- (In reply to comment #5) > This compiles with no warnings and it seems to work correctly, but I don't > fully understand it: > > > import core.stdc.stdio: printf; > template Ty

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 --- Comment #5 from bearophile_h...@eml.cc 2012-04-06 11:32:39 PDT --- This compiles with no warnings and it seems to work correctly, but I don't fully understand it: import core.stdc.stdio: printf; template TypeTuple(TList...) { alias TLi

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2012-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7835 bearophile_h...@eml.cc changed: What|Removed |Added Keywords|wrong-code |diagnostic Status|R