summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-03 15:23:43 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-03 15:23:43 +0000
commit2cfc625836a098d12822a0467a480ef99d73ac4d (patch)
treeeed415bae4981dc630f020f09b7bef04bdf9e1dc /libgomp
parent21cc97731ed68d88f511fef6f11c707905f6a097 (diff)
downloadgcc-2cfc625836a098d12822a0467a480ef99d73ac4d.tar.gz
Explain gfortran-dg-runtest usage in libgomp Fortran testing.
libgomp/ * testsuite/libgomp.fortran/fortran.exp: Explain gfortran-dg-runtest usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/testsuite/libgomp.fortran/fortran.exp4
2 files changed, 8 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 6745b3e75e8..aaaaca8a00d 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-03 Thomas Schwinge <thomas@codesourcery.com>
+
+ * testsuite/libgomp.fortran/fortran.exp: Explain
+ gfortran-dg-runtest usage.
+
2014-06-25 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/simd5.f90: New test.
diff --git a/libgomp/testsuite/libgomp.fortran/fortran.exp b/libgomp/testsuite/libgomp.fortran/fortran.exp
index e0bffe390b7..41e1714ad8b 100644
--- a/libgomp/testsuite/libgomp.fortran/fortran.exp
+++ b/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 ""
}