r269846 - in /branches/gcc-8-branch/gcc/testsui...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Thu Mar 21 18:57:00 GMT 2019
Author: tschwinge
Date: Thu Mar 21 18:57:39 2019
New Revision: 269846
URL: https://gcc.gnu.org/viewcvs?rev=269846&root=gcc&view=rev
Log:
[testsuite, Fortran] Consistently set 'DEFAULT_FFLAGS'
In the same 'runtest' instance, 'global' variables persist from one '*.exp'
file to another.
All other '*.exp' files are using " -pedantic-errors" instead of the empty
string as the default for 'DEFAULT_FFLAGS'. Thus this setting of
'DEFAULT_FFLAGS' is not idempotent, depends on whether
'gfortran.dg/ieee/ieee.exp', or an other defining '*.exp' file is executed
first.
gcc/testsuite/
PR fortran/29383
* gfortran.dg/ieee/ieee.exp (DEFAULT_FFLAGS): Set the same as in
other '*.exp' files.
trunk r269845
Modified:
branches/gcc-8-branch/gcc/testsuite/ChangeLog
branches/gcc-8-branch/gcc/testsuite/gfortran.dg/ieee/ieee.exp
More information about the Gcc-cvs
mailing list