This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Fix OpenMP template instantiation issue (PR c++/66571)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 18 Jun 2015 11:55:10 +0200
- Subject: Re: [committed] Fix OpenMP template instantiation issue (PR c++/66571)
- Authentication-results: sourceware.org; auth=none
- References: <20150618094350 dot GT10247 at tucnak dot redhat dot com> <5582948E dot 2090601 at oracle dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jun 18, 2015 at 11:51:10AM +0200, Paolo Carlini wrote:
> Nit: I think you inadvertently committed the new gcc/testsuite/ChangeLog
> entry as gcc/cp/ChangeLog entry too.
Indeed, only on the trunk though. Fixed, thanks for catching it.
Jakub