This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] libstdc++/68825 Fix dejagnu directives in shared_ptr test


No problem :-)


----- Original Message -----
From: "Fan You" <youfan.noey@gmail.com>
To: "Jonathan Wakely" <jwakely@redhat.com>, libstdc++@gcc.gnu.org
Sent: Thursday, 10 December, 2015 2:45:12 PM
Subject: Re: [patch] libstdc++/68825 Fix dejagnu directives in shared_ptr test

Thank you very much for fixing this! : )

On Thu, Dec 10, 2015 at 9:32 AM Jonathan Wakely <jwakely@redhat.com> wrote:

> This XFAIL test should have been used { dg-do compile } so it doesn't
> get marked UNRESOLVED when it fails to compile. The test was also
> broken, the assignment operator compiled OK, but because the test used
> dg-excess-errors instead of dg-error the later failure for the copy
> construction matched it and made it pass. Changing it to dg-error made
> it FAIL, until I also constrained the assignment operators.
>
> Tested powerpc64le-linux, committed to trunk.
>
> --
Regards,

Fan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]