annotate tests/mini/compile_bug174_enclosing_on_break.d @ 1612:081c48283153

Merge DMD r278: bugzilla 370 Compiler stack overflow on recursive... bugzilla 370 Compiler stack overflow on recursive typeof in function declaration. --- dmd/expression.c | 1 + dmd/mtype.c | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents d51551cb3a85
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
901
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
1 void main()
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
2 {
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
3 scope Object o;
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
4 switch(0) {}
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
5 }