This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gomp4] map the '*' tile argument onto integer_zero_node in fortran
- From: Nathan Sidwell <nathan at codesourcery dot com>
- To: Cesar Philippidis <cesar at codesourcery dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Fortran List <fortran at gcc dot gnu dot org>
- Date: Tue, 4 Oct 2016 06:17:44 -0400
- Subject: Re: [gomp4] map the '*' tile argument onto integer_zero_node in fortran
- Authentication-results: sourceware.org; auth=none
- References: <5176c272-11c7-0c4e-4de1-9d4df1d0c41b@codesourcery.com>
On 10/03/16 17:50, Cesar Philippidis wrote:
As the subject states, this patch maps the '*' tile clause arguments
onto integer_zero_node. Before the fortran FE was using mapping it onto
-1. This patch should make the clause parsing in fortran on par with the
C and C++ FEs.
This patch has been applied to gomp-4_0-branch.
thanks!
--
Nathan Sidwell