This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Fortran, committed: Forall-with-temporary problems(pr 50069 and pr 55086).
- From: Christophe Lyon <christophe dot lyon at linaro dot org>
- To: Louis Krupp <louis dot krupp at zoho dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, fortran <fortran at gcc dot gnu dot org>
- Date: Thu, 19 Jan 2017 13:52:54 +0100
- Subject: Re: Fortran, committed: Forall-with-temporary problems(pr 50069 and pr 55086).
- Authentication-results: sourceware.org; auth=none
- References: <159b38a4f17.cd068d917369.2811525624866643347@zoho.com>
Hi,
On 18 January 2017 at 22:45, Louis Krupp <louis.krupp@zoho.com> wrote:
> Fixed in revision 244601.
>
I've noticed a new failure on arm/aarch64:
compiler driver --help=fortran option(s): "^ +-.*[^:.]$" absent from
output: " -ftest-forall-temp Force creation of temporary to
test infrequently-executed forall code"
when testing gcc. (I mean the error appears in gcc.sum/gcc.log, not
gfortran.sum)
The output above the failure does contain:
[...]
-fstack-arrays Put all local arrays on stack.
-ftest-forall-temp Force creation of temporary to test
infrequently-executed forall code
-funderscoring Append underscores to externally visible names.
[...]
so I'm not sure why there is a failure?
Christophe