On 20 January 2017 at 00:27, Louis Krupp wrote:
> I was able to reproduce this on my x86 box by doing "make -k check".
> Apparently, "make check-fortran" wasn't enough to catch all of the
> consequences of changing gcc/fortran/lang.opt.
>
> The problem was the help text associated with the -ftes
I was able to reproduce this on my x86 box by doing "make -k check".
Apparently, "make check-fortran" wasn't enough to catch all of the consequences
of changing gcc/fortran/lang.opt.
The problem was the help text associated with the -ftest-forall-temp option; it
needed to end with a period, and
Hi,
On 18 January 2017 at 22:45, Louis Krupp 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 fo
Fixed in revision 244601.