On 17 October 2014 16:08, Andrei Alexandrescu via Digitalmars-d <[email protected]> wrote: > On 10/17/14, 2:53 AM, Iain Buclaw via Digitalmars-d wrote: >> >> On 16 October 2014 22:00, bearophile via Digitalmars-d >> <[email protected]> wrote: >>> >>> Just found with Reddit. C seems one step ahead of D with this: >>> >>> >>> http://developerblog.redhat.com/2014/10/16/gcc-undefined-behavior-sanitizer-ubsan/ >>> >> >> >> *cough* GDC *cough* :o) > > > Do you mean ubsan will work with gdc? -- Andrei >
It doesn't out of the box, but adding in front-end support is a small codegen addition for each plugin you wish to support. The rest is taken care of by GCC. Iain.
