This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] libffi testsuite: Use split to ensure valid tcl list
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, John David Anglin <dave dot anglin at bell dot net>, andreast at gcc dot gnu dot org
- Date: Thu, 21 Apr 2016 15:03:26 +0200
- Subject: Re: [PATCH] libffi testsuite: Use split to ensure valid tcl list
- Authentication-results: sourceware.org; auth=none
- References: <BLU436-SMTP13011E7B67649142CDD591B97F70 at phx dot gbl> <87wppswqqt dot fsf at kepler dot schwinge dot homeip dot net> <87mvon17bg dot fsf at kepler dot schwinge dot homeip dot net>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Apr 21, 2016 at 02:21:07PM +0200, Thomas Schwinge wrote:
> Hi!
>
> Jakub, ping for gcc-6-branch (or, are you seeing useful libffi testing
> results there?); I understand Mike's emails to mean that he's approved
> the patch for trunk, so I'll commit it there, soon.
>
> I also filed this as <https://github.com/atgreen/libffi/pull/237>; no
> reaction so far.
This IMNSHO isn't release critical, I'm not against applying it for 6.2, but
for 6.1 we should only get release critical stuff in now.
Jakub