This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Tweak tm/pr47573.C testcase (PR c++/64884)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 12 Feb 2015 13:31:33 -0800
- Subject: Re: [PATCH] Tweak tm/pr47573.C testcase (PR c++/64884)
- Authentication-results: sourceware.org; auth=none
- References: <20150212212539 dot GF1746 at tucnak dot redhat dot com>
On 02/12/2015 01:25 PM, Jakub Jelinek wrote:
> Hi!
>
> This patch tweaks the pr47573.C testcase, so that it is run only on
> comdat_group target. It is true that comdat_group is stricter than
> comdat, but we don't have an effective-target for the latter and I'm not
> sure what exactly to test for.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
>
> 2015-02-12 Jakub Jelinek <jakub@redhat.com>
>
> PR c++/64884
> * g++.dg/tm/pr47573.C: Only run on comdat_group effective targets.
Yes, thanks. I don't see what else we can test for either,
and it's entirely likely the set of comdat supporters that
don't also support comdat_group is probably empty anyway.
r~