On Thu, Jul 03, 2014 at 02:37:41PM +0200, Thomas Schwinge wrote: > OK to document as follows? > > 2014-07-03 Jakub Jelinek <ja...@redhat.com> > > libgomp/ > * testsuite/libgomp.fortran/fortran.exp: Explain > gfortran-dg-runtest usage.
You wrote the patch, so put your name on it. Ok with that change. > --- libgomp/testsuite/libgomp.fortran/fortran.exp > +++ libgomp/testsuite/libgomp.fortran/fortran.exp > @@ -59,7 +59,9 @@ if { $lang_test_file_found } { > append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST] > set_ld_library_path_env_vars > > - # Main loop. > + # For Fortran we're doing torture testing, as Fortran has far more tests > + # with arrays etc. that testing just -O0 or -O2 is insufficient, that is > + # typically not the case for C/C++. > gfortran-dg-runtest $tests "" > } Jakub