June 30 Issues » [Issue 24638] New: Reference Documentation has missing index entry | |||
|---|---|---|---|
| |||
...be mostly with druntime. eg. if I goto https://dlang.org/phobos/core_sys_posix... | |||
June 04 DIP Ideas » Re: bool concat patternmatching with switch | |||
|---|---|---|---|
| |||
...style switches that are thin abstractions of goto; this will require a preprocessing step that... | |||
May 21 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
...dlang/dmd pull request #16510 "fix issue24534 : goto can skip declarations in labeled statements without... | |||
May 20 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24534 --- Comment #10 from Ben <ben.james... | |||
May 19 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24534 --- Comment #9 from Jonathan M Davis... | |||
May 19 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
...5)
return 0;
goto Label;
}
finally
var.~this();
```
This means only forward goto's have... | |||
May 19 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24534 --- Comment #7 from Richard (Rikki) Andrew... | |||
May 19 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24534 Jonathan M Davis <issues.dlang@jmdavisProg... | |||
May 17 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
...dlang/dmd pull request #16510 "fix issue24534 : goto can skip declarations in labeled statements without... | |||
May 03 Issues » [Issue 24534] Having a label on a declaration makes it possible to skip it with goto | |||
|---|---|---|---|
| |||
...x2;
goto Label2;
Dummy2:
int y2;
Label2:
int z2;
}
GotoStatement::semantic() for Label2
goto lastvar... | |||
Copyright © 1999-2021 by the D Language Foundation