This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fortran, committed: Forall-with-temporary problems(pr 50069 and pr 55086).


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]