On Mon, Feb 04, 2013 at 03:24:41PM -0500, Jack Howarth wrote:
> --- /dev/null 2013-02-02 10:53:51.000000000 -0500
> +++ gcc/testsuite/g++.dg/asan/pr55617.C       2013-02-02 10:22:17.000000000 
> -0500
> @@ -0,0 +1,8 @@
> +// { dg-do run { target { i?86-*-darwin* x86_64-*-darwin* } } }

There is nothing darwin specific on the testcase, is it?
Thus it should be just
// { dg-do run }

> +
> +struct c18 { 
> +  virtual void bar() { }
> +};
> +c18 ret;
> +int main () {
> +}

        Jakub

Reply via email to