This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC patch: Add libquadmath - and use it in gfortran (round two)


On 11/09/2010 08:04 AM, Jack Howarth wrote:
Is anyone else having trouble getting...

make -k check-gfortran RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'"

to work with the libquadmath support? I am finding that while gfortran
can find the libgfortran.spec to compile the test_qp.f90 testcase, the
testsuite run for check-gfortran fails with...

Native configuration is x86_64-apple-darwin10.5.0

=== gfortran tests ===

Schedule of variations:
     unix/-m32
     unix/-m64

Running target unix/-m32
Using /sw/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /sw/share/dejagnu/config/unix.exp as generic interface file for target.
Using /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101109/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101109/gcc/testsuite/gfortran.dg/debug/debug.exp ...
gfortran: error: libgfortran.spec: No such file or directory
     while executing
"exec $compiler --print-multi-lib"
     (procedure "gcc-set-multilib-library-path" line 14)
     invoked from within
"gcc-set-multilib-library-path $GFORTRAN_UNDER_TEST"
     (procedure "gfortran_link_flags" line 32)
     invoked from within
"gfortran_link_flags [get_multilibs]"
     invoked from within
"if [info exists TOOL_OPTIONS] {
	    lappend ALWAYS_GFORTRANFLAGS "ldflags=[gfortran_link_flags [get_multilibs ${TOOL_OPTIONS}] ]"
	} else {
	    lapp..."
     invoked from within
"if ![is_remote host] {
	if [info exists TOOL_OPTIONS] {
	    lappend ALWAYS_GFORTRANFLAGS "ldflags=[gfortran_link_flags [get_multilibs ${TOOL_OPTIONS}..."
     (procedure "gfortran_init" line 55)
     invoked from within
"${tool}_init $test_file_name"
     invoked from within
"if [info exists tool] {
	    if { [info procs "${tool}_init"] != "" } {
		${tool}_init $test_file_name
	    }
	}"
     invoked from within
"if [file exists $te
make[1]: [check-parallel-gfortran] Error 1 (ignored)


Yes, Tobias is already on it.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]