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

ERROR: tcl error sourcing /cvs/gcc/gcc/testsuite/g++.dg/dg.exp.



With dejagnu 1.4.0 I get currently this error running make check on
i686-linux:

Running /cvs/gcc/gcc/testsuite/g++.dg/dg.exp ...
ERROR: tcl error sourcing /cvs/gcc/gcc/testsuite/g++.dg/dg.exp.
ERROR: unmatched open brace in list
    while executing
"foreach op $tmp {
        verbose "Processing option: $op" 3
        set status [catch "$op" errmsg]
        if { $status != 0 } {
            if { 0 && [info exists errorInfo] }..."
    (procedure "dg-test" line 69)
    invoked from within
"dg-test $testcase $flags ${default-extra-flags}"
    (procedure "dg-runtest" line 10)
    invoked from within
"dg-runtest $tests "" $DEFAULT_CXXFLAGS"
    (file "/cvs/gcc/gcc/testsuite/g++.dg/dg.exp" line 37)
    invoked from within
"source /cvs/gcc/gcc/testsuite/g++.dg/dg.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /cvs/gcc/gcc/testsuite/g++.dg/dg.exp"
    invoked from within
"catch "uplevel #0 source $test_file_name""
Running /cvs/gcc/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /cvs/gcc/gcc/testsuite/g++.old-deja/old-deja.exp ...

I haven't seen this before - and don't know what's wrong or what has
changed.

Anybody else seeing this - or any ideas where to look?

The log file has:
Running /cvs/gcc/gcc/testsuite/g++.dg/dg.exp ...
ALWAYS_CXXFLAGS set to {additional_flags=-nostdinc++ -I/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/include -I/cvs/gcc/libstdc++-v3/libsupc++ -I/cvs/gcc/libstdc++-v3/libio -I/cvs/gcc/libstdc++-v3/include/backward -I/cvs/gcc/libstdc++-v3/testsuite} {ldflags= -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu//libstdc++-v3/src/.libs -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu//libiberty } additional_flags=-fmessage-length=0

Executing on host: /builds/gcc/gcc-3.1-devel/gcc/testsuite/../g++ -B/builds/gcc/gcc-3.1-devel/gcc/testsuite/../ /cvs/gcc/gcc/testsuite/g++.dg/abi/empty4.C  -nostdinc++ -I/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/include -I/cvs/gcc/libstdc++-v3/libsupc++ -I/cvs/gcc/libstdc++-v3/libio -I/cvs/gcc/libstdc++-v3/include/backward -I/cvs/gcc/libstdc++-v3/testsuite -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long    -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu//libstdc++-v3/src/.libs -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu//libiberty  -lm   -o ./a.out    (timeout = 300)

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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