[Issue 315] Exception handling is broken for delegates on Linux

Thomas Kuehne thomas-dloop at kuehne.cn
Fri Sep 29 01:19:23 PDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

d-bugmail at puremagic.com schrieb am 2006-09-25:
> http://d.puremagic.com/issues/show_bug.cgi?id=315

> another case
>
><code>
> import std.stdio;
>
> void main()
> {
>         {
>                 scope(exit) writef("a\n");
>         }
>
>         scope(exit) writef("b\n");
> }
><code>
>
> output:
>
> a
> b
> b

Added to DStress as
http://dstress.kuehne.cn/run/s/scope_15_A.d

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFHOBWLK5blCcjpWoRAixTAJ9MvZnBso4t7IPuLMlhFM6Ngrs0yACggj3y
myqAYD8Shd12YShVf/PYt/s=
=CUfw
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-bugs mailing list