Testsuite ?
David Ronis
ronis@ronispc.chem.mcgill.ca
Wed Jun 13 12:46:00 GMT 2001
The problem with building dejagnu-1.4.1 is resolved (I did a full
rebuilt/reinstall of 2.95.3 and this apparently cleaned up some
problems I had in some header files). However, I still don't think
the testsuites are working properly. Have a look at:
http://gcc.gnu.org/ml/gcc-testresults/2001-06/msg00298.html
Nice if true, but not a single testsuite generated any output.
runtest --version gives:
WARNING: Couldn't find the global config file.
Expect version is 5.26
Tcl version is 8.0
Framework version is 1.4.1
I've pasted the log of make check below. Something is clearly wrong.
David
make[1]: Entering directory `/home/ronis/Project/notar/objdir/fastjar'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/fastjar'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/libiberty'
make[2]: Entering directory `/home/ronis/Project/notar/objdir/libiberty/testsuite'
echo 'int prepends_underscore = 0;' > test-us.c
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc/libiberty/testsuite/../../include -o test-filter -DMAIN -DVERSION='"none"' -DHAVE_CONFIG_H \
../../../gcc/libiberty/testsuite/../cplus-dem.c test-us.c -L.. -liberty
/bin/sh ../../../gcc/libiberty/testsuite/regress-demangle ../../../gcc/libiberty/testsuite/demangle-expected
All 645 tests passed
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/libiberty/testsuite'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/libiberty'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
Making check in libio
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libio'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libio'
Making check in libmath
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libmath'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libmath'
Making check in libsupc++
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
Making check in src
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src'
Making check in testsuite
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make check-DEJAGNU
make[3]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
Making a new site.exp file...
srcdir=`cd ../../../../gcc/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=`if [ -f /home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ] ; then echo /home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ; else echo expect ; fi`; export EXPECT; \
if [ -f ../../expect/expect ]; then \
TCL_LIBRARY=`cd ../../../../gcc/libstdc++-v3/../tcl/library && pwd`; \
export TCL_LIBRARY; \
fi; \
runtest=`if [ -f /home/ronis/Project/notar/gcc/libstdc++-v3/../dejagnu/runtest ] ; then echo /home/ronis/Project/notar/gcc/libstdc++-v3/../dejagnu/runtest ; else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By ronis on Wed Jun 13 14:32:56 2001
Native configuration is i686-pc-linux-gnu
=== libstdc++-v3 tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.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 "libstdc++-v3_target_compile" line 21)
invoked from within
"libstdc++-v3_target_compile "$prog" "$output_file" "$compile_type" $options"
(procedure "libstdc++-v3-dg-test" line 41)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/*/*.cc]] \
"" $DEFAULT_CXXFLAGS"
(file "/home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp" line 43)
invoked from within
"source /home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
=== libstdc++-v3 Summary ===
make[3]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libf2c'
cd libU77; make G77DIR=../../../gcc/ check
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libf2c/libU77'
../../../gcc/g77 -B../../../gcc/ -L.. -g ../../../../gcc/libf2c/libU77/u77-test.f \
-lg2c -lm -o a.out && ./a.out
../../../../gcc/libf2c/libU77/u77-test.f: In program `MAIN__':
../../../../gcc/libf2c/libU77/u77-test.f:214: warning:
call idate (i,j,k)
^
Intrinsic `IDATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
../../../../gcc/libf2c/libU77/u77-test.f:223: warning:
call date (ctim)
^
Intrinsic `DATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
1 GNU libU77 test at: Wed Jun 13 14:32:57 2001
Logical units 5 and 6 correspond (FNUM) to Unix i/o units 0, 1
Command-line arguments: 0
Arg 0 is: ./a.out
and 6 isn't a tty device (ISATTY)
Process id (GETPID): 854
User id (GETUID): 11
Group id (GETGID): 35
If you have the `id' program, the following call
of SYSTEM should agree with the above:
uid=11(ronis) gid=35(ronis) groups=35(ronis),0(root),3(sys),4(adm)
./a.out: No such file or directory
Login name (GETLOG): ronis
Login name (GETENV of LOGNAME): ronis
UMASK returns 18
FDATE returns: Wed Jun 13 14:32:57 2001
CALL FDATE returns: Wed Jun 13 14:32:57 2001
LTIME returns: 57 32 14 13 5 101 3 163 1
GMTIME returns: 57 32 18 13 5 101 3 163 0
SYSTEM_CLOCK returns: 52119017 100 2147483647
DATE_AND_TIME returns: 20010613 143257.303 -0400 2001 6 13 -240 14 32 57 303
Sleeping for 1 second (SLEEP) ...
Elapsed total, user, system time (ETIME): 0.000 0.000 0.000
Looping until clock ticks at least once...
Differences in total, user, system time (DTIME): 0.010 0.010 0.000
Elapsed total, user, system time (ETIME): 0.010 0.010 0.000
(Clock-tick detected after 461 1K loops.)
IDATE (date,month,year): 13 6 2001
... and the VXT version (month,date,year): 6 13 1
DATE (dd-mmm-yy): 13-Jun-01
ITIME (hour,minutes,seconds): 14 32 58
TIME: 14:32:58
SECNDS(0.0) returns: 52378.
SECOND returns: 0.00999999978
CALL SECOND returns: 0.00999999978
Current directory is "/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libf2c/libU77"
Host name is ronispc
Creating file "foo" for testing...
with stat array 770 822306 33206 1 11 35 0 2 992457178 992457178 992457178
4096 8
The current error number is: 2 and the corresponding message is:
No such file or directory
This is sent to stderr prefixed by the program name
MCLOCK returns 10000
MCLOCK8 returns 10000
CPU_TIME returns 0.00999999978
You should see exit status 1
make[2]: [check] Error 1 (ignored)
rm -f a.out
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libf2c/libU77'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libf2c'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libobjc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libobjc'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libiberty'
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libiberty/testsuite'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libiberty'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi'
Making check in include
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi/include'
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libffi'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava'
Making check in libltdl
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/libltdl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/libltdl'
Making check in testsuite
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/testsuite'
make check-DEJAGNU
make[3]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/testsuite'
Making a new site.exp file...
srcdir=`cd ../../../../gcc/libjava/testsuite && pwd`; export srcdir; \
EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT; \
runtest=`if [ -f ../../../../gcc/libjava/../dejagnu/runtest ] ; then echo ../../../../gcc/libjava/../dejagnu/runtest ; else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libjava --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
Test Run By ronis on Wed Jun 13 14:33:01 2001
Native configuration is i686-pc-linux-gnu
=== libjava tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/libjava/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.compile/compile.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.compile/compile.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 $destfile $type $options"
(procedure "libjava_tcompile" line 5)
invoked from within
"libjava_tcompile $srcfile "$executable" $target $args"
(procedure "test_libjava_from_source" line 58)
invoked from within
"test_libjava_from_source $options $srcfile $compile_args $inpfile $resultfile $exec_args"
(procedure "test_libjava" line 2)
invoked from within
"test_libjava "" "$x" "" "" "" $args"
("foreach" body line 8)
invoked from within
"foreach x $srcfiles {
set args [libjava_read_xfail [file rootname $x].xfail]
if {[file exists [file rootname $x].no-link]} {
lappend args no-..."
(file "/home/ronis/Project/notar/gcc/libjava/testsuite/libjava.compile/compile.exp" line 7)
invoked from within
"source /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.compile/compile.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.compile/compile.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.lang/lang.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.lang/lang.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 $destfile $type $options"
(procedure "libjava_tcompile" line 5)
invoked from within
"libjava_tcompile $srcfile "$executable" $target $args"
(procedure "test_libjava_from_source" line 58)
invoked from within
"test_libjava_from_source $options $srcfile $compile_args $inpfile $resultfile $exec_args"
(procedure "test_libjava" line 2)
invoked from within
"test_libjava $options "${prefix}.java" "" $inpfile $resfile $args"
("foreach" body line 23)
invoked from within
"foreach x $srcfiles {
regsub "\\.out$" $x "" prefix
set bname [file tail $prefix]
if [file exists $srcdir/$subdir/${bname}.xpo] {
set re..."
(file "/home/ronis/Project/notar/gcc/libjava/testsuite/libjava.lang/lang.exp" line 7)
invoked from within
"source /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.lang/lang.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.lang/lang.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/libjava/testsuite/libjava.mauve/mauve.exp ...
=== libjava Summary ===
make[3]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/testsuite'
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/testsuite'
Making check in gcj
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/gcj'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/gcj'
Making check in include
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava/include'
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libjava'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/zlib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/zlib'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/boehm-gc'
/home/ronis/Project/notar/objdir/gcc/xgcc -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -DLINUX_THREADS=1 -D_REENTRANT=1 -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I. -I../../../gcc/boehm-gc -I././targ-include -I./../../../gcc/boehm-gc/./libc/include -fno-builtin -g -O2 -c ../../../gcc/boehm-gc/test.c
/bin/sh ./libtool --mode=link /home/ronis/Project/notar/objdir/gcc/xgcc -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -I././targ-include -I./../../../gcc/boehm-gc/./libc/include -fno-builtin -g -O2 -o gctest -shared-libgcc test.o ./libgcjgc.la -lpthread -ldl
/home/ronis/Project/notar/objdir/gcc/xgcc -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -I././targ-include -I./../../../gcc/boehm-gc/./libc/include -fno-builtin -g -O2 -o .libs/gctest -shared-libgcc test.o ./.libs/libgcjgc.so -lpthread -ldl
/usr/i686-pc-linux-gnu/bin/ld: warning: libgcc_s.so.0, needed by /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0/../../../libpthread.so, may conflict with libgcc_s.so.1
creating gctest
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c" "INSTALL_DATA=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/ronis/Project/notar/gcc/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr" "infodir=/usr/info" "libdir=/usr/lib" "prefix=/usr" "tooldir=/usr/i686-pc-linux-gnu" "AR=ar" "AS=/usr/i686-pc-linux-gnu/bin/as" "CC=/home/ronis/Project/notar/objdir/gcc/xgcc -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include" "CXX=/home/ronis/Project/notar/objdir/gcc/g++ -B/home/ronis/Project/notar/objdir/gcc/ -nostdinc++ -nostdinc++ -I/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/include -I/home/ronis/Project/notar/gcc/libstdc++-v3/include -I/home/ronis/Project/notar/gcc/libstdc++-v3/include/std -I/home/ronis/Project/notar/gcc/libstdc++-v3/include/c_std -I/home/ronis/Project/notar/gcc/libstdc++-v3/libsupc++ -I/home/ronis/Project/notar/gcc/libstdc++-v3/libio -I/home/ronis/Project/notar/gcc/libstdc++-v3/testsuite -I/home/ronis/Project/notar/gcc/libstdc++-v3/include/backwards -I/home/ronis/Project/notar/gcc/libstdc++-v3/include/ext -L/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src -L/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include" "LD=/usr/i686-pc-linux-gnu/bin/ld" "LIBCFLAGS=-g -O2" "NM=/usr/i686-pc-linux-gnu/bin/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" check-TESTS
make[2]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/boehm-gc'
Completed 3 tests
Finalized 6614/6614 objects - finalization is probably ok
Total number of bytes allocated is 151661608
Final heap size is 7376896 bytes
Collector appears to work
Completed 163 collections
PASS: gctest
==================
All 1 tests passed
==================
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/boehm-gc'
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/boehm-gc'
make[1]: Entering directory `/home/ronis/Project/notar/objdir/gcc'
Making a new config file...
echo "set tmpdir /home/ronis/Project/notar/objdir/gcc/testsuite" >> ./tmp0
test -d testsuite || mkdir testsuite
rm -f testsuite/site.exp
sed '/set tmpdir/ s|testsuite|testsuite|' < site.exp > testsuite/site.exp
(rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; pwd` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
WARNING: Couldn't find the global config file.
Test Run By ronis on Wed Jun 13 14:33:18 2001
Native configuration is i686-pc-linux-gnu
=== gcc tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/compile/compile.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 "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp" line 28)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/execute.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" "${execname}" executable $options"
(procedure "c-torture-execute" line 68)
invoked from within
"c-torture-execute $src"
("foreach" body line 7)
invoked from within
"foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp" line 36)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.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" "${execname}" executable $options"
(procedure "c-torture-execute" line 68)
invoked from within
"c-torture-execute $src $additional_flags"
("foreach" body line 7)
invoked from within
"foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp" line 54)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.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 $srcdir/$subdir/driver.c driver.o object {additional_flags=-w additional_flags=-g}"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp" line 61)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.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 12)
invoked from within
"foreach testcase [glob -nocomplain $srcdir/$subdir/*.c] {
if [file exists [file rootname $testcase].exp] then {
verbose "INFO:\"[file rootname $t..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp" line 42)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/cpp/cpp.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
"" $DEFAULT_CFLAGS"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/dg.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/dg.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
"" $DEFAULT_CFLAGS"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/dg.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/dg.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/dg.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/format/format.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/format/format.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $test $flags ${default-extra-flags}"
(procedure "gcc-dg-runtest" line 24)
invoked from within
"gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] """
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/format/format.exp" line 42)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/format/format.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/format/format.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $test $flags ${default-extra-flags}"
(procedure "gcc-dg-runtest" line 24)
invoked from within
"gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] """
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp" line 24)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/noncompile/noncompile.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/ecos.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/ecos.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 objfmtst.c objfmtst.o object """
(procedure "gcc_target_object_format" line 12)
invoked from within
"gcc_target_object_format"
(procedure "check_weak_available" line 13)
invoked from within
"check_weak_available "
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/ecos.exp" line 41)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/ecos.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/ecos.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/special.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/special.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 $testfile "tmp.o" object """
(procedure "check_alias_available" line 8)
invoked from within
"check_alias_available "$srcdir/$subdir/20000419-2.c""
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/special.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/special.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.dg/special/special.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/gcov.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/gcov-*.c]] "" """
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp" line 90)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/gcov.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/linkage.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 "$srcdir/$subdir/linkage-x.c" "linkage-x.o" object {additional_flags="-w"}"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp" line 22)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/linkage.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/mg.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/mg.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_file $output_file $compile_type $options"
(procedure "postbase" line 90)
invoked from within
"postbase mg.c "" "" "-MM -MG""
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/mg.exp" line 24)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/mg.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/mg.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/msgs.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/msgs.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 "$prog" "$output_file" "$compile_type" $options"
(procedure "gcc-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/m-*.c]] "" """
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/msgs.exp" line 27)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/msgs.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/msgs.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /home/ronis/Project/notar/gcc/gcc/testsuite/gcc.misc-tests/sort2.exp ...
=== gcc Summary ===
/home/ronis/Project/notar/objdir/gcc/xgcc version 3.0 20010613 (prerelease)
(rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; pwd` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool g++ )
WARNING: Couldn't find the global config file.
Test Run By ronis on Wed Jun 13 14:33:19 2001
Native configuration is i686-pc-linux-gnu
=== g++ tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/dg.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/dg.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 "g++_target_compile" line 25)
invoked from within
"g++_target_compile "$prog" "$output_file" "$compile_type" $options"
(procedure "g++-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
(procedure "dg-runtest" line 10)
invoked from within
"dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[CS\]]] \
"" $DEFAULT_CXXFLAGS"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/dg.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/dg.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/dg.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.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 "g++_target_compile" line 25)
invoked from within
"g++_target_compile "$srcdir/$subdir/conpr-1.C" "$objdir/a.out" executable """
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.dg/special/ecos.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g++.old-deja/old-deja.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 "g++_target_compile" line 25)
invoked from within
"${tool}_target_compile $prog $output $compile_type $cflags"
(procedure "old-dejagnu" line 282)
invoked from within
"old-dejagnu $GXX_UNDER_TEST "$file" "$tfile" "" "$DEFAULT_CXXFLAGS" "-lstdc++""
("foreach" body line 12)
invoked from within
"foreach file [lsort [find $srcdir/$subdir *.C]] {
# If we're only testing specific files and this isn't one of them, skip it.
set tfile [strin..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g++.old-deja/old-deja.exp" line 44)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.old-deja/old-deja.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g++.old-deja/old-deja.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
=== g++ Summary ===
/home/ronis/Project/notar/objdir/gcc/testsuite/../g++ version 3.0 20010613 (prerelease)
(rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; pwd` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool g77 )
WARNING: Couldn't find the global config file.
Test Run By ronis on Wed Jun 13 14:33:21 2001
Native configuration is i686-pc-linux-gnu
=== g77 tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g77.dg/dg.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g77.dg/dg.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 "g77_target_compile" line 36)
invoked from within
"g77_target_compile "$prog" "$output_file" "$compile_type" $options"
(procedure "g77-dg-test" line 43)
invoked from within
"${tool}-dg-test $prog [lindex ${dg-do-what} 0] "$tool_flags ${dg-extra-tool-flags}""
(procedure "dg-test" line 106)
invoked from within
"dg-test $test $flags ${default-extra-flags}"
(procedure "g77-dg-runtest" line 24)
invoked from within
"g77-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f]] \
$DEFAULT_FFLAGS"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g77.dg/dg.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.dg/dg.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.dg/dg.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/compile/compile.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/compile/compile.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 "g77_target_compile" line 36)
invoked from within
"g77_target_compile "$src" "$output" object $options"
(procedure "f-torture-compile" line 23)
invoked from within
"f-torture-compile $src "$option $options""
(procedure "f-torture" line 47)
invoked from within
"f-torture $testcase"
("foreach" body line 7)
invoked from within
"foreach testcase [glob -nocomplain $srcdir/$subdir/*.f] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![run..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/compile/compile.exp" line 28)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/compile/compile.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/compile/compile.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/execute/execute.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 "g77_target_compile" line 36)
invoked from within
"g77_target_compile "$src" "$executable" executable $options"
(procedure "f-torture-execute" line 52)
invoked from within
"f-torture-execute $src"
("foreach" body line 7)
invoked from within
"foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.f]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp" line 36)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/execute/execute.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
Running /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.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 "g77_target_compile" line 36)
invoked from within
"g77_target_compile $src_file $output_file $compile_type $options"
(procedure "postbase" line 90)
invoked from within
"postbase $src_code $run $groups"
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp" line 35)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
=== g77 Summary ===
WARNING: g77_version failed:
wrong # args: should be "regsub ?switches? exp string subSpec varName"
(rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc/gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd ../../gcc/gcc/../tcl/library ; pwd` ; \
export TCL_LIBRARY ; fi ; \
runtest --tool objc )
WARNING: Couldn't find the global config file.
Test Run By ronis on Wed Jun 13 14:33:22 2001
Native configuration is i686-pc-linux-gnu
=== objc tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ronis/Project/notar/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ronis/Project/notar/gcc/gcc/testsuite/objc/execute/execute.exp ...
ERROR: tcl error sourcing /home/ronis/Project/notar/gcc/gcc/testsuite/objc/execute/execute.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 "objc_target_compile" line 46)
invoked from within
"objc_target_compile "$src" "$executable" executable $options"
(procedure "objc-torture-execute" line 45)
invoked from within
"objc-torture-execute $src"
("foreach" body line 7)
invoked from within
"foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.m]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![..."
(file "/home/ronis/Project/notar/gcc/gcc/testsuite/objc/execute/execute.exp" line 32)
invoked from within
"source /home/ronis/Project/notar/gcc/gcc/testsuite/objc/execute/execute.exp"
("uplevel" body line 1)
invoked from within
"uplevel #0 source /home/ronis/Project/notar/gcc/gcc/testsuite/objc/execute/execute.exp"
invoked from within
"catch "uplevel #0 source $test_file_name""
=== objc Summary ===
/home/ronis/Project/notar/objdir/gcc/xgcc version 3.0 20010613 (prerelease)
if test -f cp/Makefile && test -f f/Makefile && \
test -f java/Makefile && test -f objc/Makefile; then \
make -C po check-po; \
fi
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/gcc'
More information about the Gcc-bugs
mailing list