Skip to content
Snippets Groups Projects
Commit 07b6c044 authored by Thomas Schwinge's avatar Thomas Schwinge Committed by Thomas Schwinge
Browse files

Explain gfortran-dg-runtest usage in libgomp Fortran testing.

	libgomp/
	* testsuite/libgomp.fortran/fortran.exp: Explain
	gfortran-dg-runtest usage.

From-SVN: r212266
parent a89b02c0
No related branches found
No related tags found
No related merge requests found
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> 2014-06-25 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/simd5.f90: New test. * testsuite/libgomp.fortran/simd5.f90: New test.
......
...@@ -59,7 +59,9 @@ if { $lang_test_file_found } { ...@@ -59,7 +59,9 @@ if { $lang_test_file_found } {
append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST] append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST]
set_ld_library_path_env_vars 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 "" gfortran-dg-runtest $tests ""
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment