This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add comdat_group effective target (PR bootstrap/64612)
- From: Mike Stump <mikestump at comcast dot net>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 27 Jan 2015 15:51:11 -0800
- Subject: Re: [PATCH] Add comdat_group effective target (PR bootstrap/64612)
- Authentication-results: sourceware.org; auth=none
- References: <20150127151055 dot GI1746 at tucnak dot redhat dot com>
On Jan 27, 2015, at 7:10 AM, Jakub Jelinek <jakub@redhat.com> wrote:
>
> This patch introduces a new effective target check and adds it to the pr64612.C
> - if comdat groups aren't used, there is no guarantee that the D2 dtor will
> be emitted always alongside of D1 dtor.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
Ok.