Clang of LLVM 2.9

bearophile bearophileHUGS at lycos.com
Mon Apr 25 19:57:53 PDT 2011


Daniel Gibson:

> Does it support exceptions on Windows?
> AFAIK that wasn't supported in older LLVM versions (and thus in LDC).

I have just tried it with this (fixing the output):
https://alioth.debian.org/scm/viewvc.php/*checkout*/shootout/bench/except/except.gcc?revision=1.1.1.1&root=shootout

At runtime the program stops quickly with a message like:
terminate called after throwing an instance of '...'

So I think it throws exceptions but doesn't catch them :-(

Bye,
bearophile


More information about the Digitalmars-d mailing list