http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55884



--- Comment #5 from dave.anglin at bell dot net 2013-01-08 03:34:15 UTC ---

With the patch, the tests are unresolved with r194997:



UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O0

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O1

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O2

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O3 -fomit-frame-pointer

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O3 -fomit-frame-pointer - 

funroll-loops

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O3 -fomit-frame-pointer - 

funroll-all-loops -finline-functions

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -O3 -g

UNSUPPORTED: libgomp.fortran/omp_parse3.f90  -Os



I'm fairly certain that the tests passed before the -fintrinsic- 

modules-path was added to fortran.exp.



On 7-Jan-13, at 7:50 AM, jakub at gcc dot gnu.org wrote:



> Can you try perhaps:

> --- libgomp/testsuite/libgomp.fortran/fortran.exp    2012-12-20

> 11:38:48.663282599 +0100

> +++ libgomp/testsuite/libgomp.fortran/fortran.exp    2013-01-07

> 13:45:51.557361907 +0100

> @@ -14,7 +14,7 @@ set quadmath_library_path "../libquadmat

> dg-init

>

> if { $blddir != "" } {

> -    lappend ALWAYS_CFLAGS "additional_flags=-fintrinsic-modules-path

> ${blddir}"

> +    lappend ALWAYS_CFLAGS "additional_flags=-fintrinsic-modules-path 

> ${blddir}"

>     # Look for a static libgfortran first.

>     if [file exists "${blddir}/${lang_library_path}/libgfortran.a"] {

>         set lang_test_file "${lang_library_path}/libgfortran.a"



--

John David Anglin    dave.ang...@bell.net

Reply via email to