Hi,
On 18 January 2017 at 22:45, Louis Krupp <louis.kr...@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