[testsuite, Fortran] Consistently set 'DEFAULT_FFLAGS'
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 21 Mar 2019 18:54:50 +0000 (19:54 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 21 Mar 2019 18:54:50 +0000 (19:54 +0100)
commitbcb68daa54aeb40d2ec0d7c48633e2dc83870670
tree40546d70f9efcb448a870e602f6b5a67b0951b74
parentcae1a424cdc285e8d75d4362476e2482841a19fd
[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.

From-SVN: r269845
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/ieee/ieee.exp