This is the mail archive of the gcc@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]

Running GCC test suite with new tools


OK, I got tcl, expect, and dejagnu built.  Now "make check" gives this:

Running /g/gcc/gcc3.1/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
ERROR: tcl error sourcing /g/gcc/gcc3.1/gcc/testsuite/gcc.c-torture/compile/comp
ile.exp.
ERROR: wrong # args: should be "regsub ?switches? exp string subSpec varName"
    while executing
"regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text """
    (procedure "prune_warnings" line 148)
    invoked from within
"prune_warnings [lindex $status 1"
    (procedure "default_target_compile" line 309)
    invoked from within
"default_target_compile $source $destfile $type $options"
    (procedure "target_compile" line 6)
    invoked from within
"target_compile $source $dest $type $options"
    (procedure "gcc_target_compile" line 31)
    invoked from within
"gcc_target_compile "$src" "$output" object $options"
    (procedure "c-torture-compile" line 23)
    invoked from within
"c-torture-compile $src "$option $options""
    (procedure "c-torture" line 47)
    invoked from within
"c-torture $testcase"
    ("foreach" body line 7)
    invoked from within
"foreach testcase [glob -nocomplain $srcdir/$subdir/*.c] {
    # If we're only testing specific files and this isn't one of them, skip it.
    if ![run..."
    (file "/g/gcc/gcc3.1/gcc/testsuite/gcc.c-torture/compile/compile.exp" line 2
8)
    invoked from within
"source /g/gcc/gcc3.1/gcc/testsuite/gcc.c-torture/compile/compile.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /g/gcc/gcc3.1/gcc/testsuite/gcc.c-torture/compile/compile.exp
"
    invoked from within
"catch "uplevel #0 source $test_file_name""


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