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]

[Bug ada/13035] Ada testsuite uses installed gcc


------- Additional Comments From c dot christian dot joensson at comhem dot se  2003-11-14 07:53 -------
for me, the contents is

$ more testsuite/ada/acats/gcc
#!/bin/sh
exec /usr/local/src/gcc-binutils/trunk/objdir/gcc/xgcc -B/usr/local/src/gcc-
binutils/trunk/objdir/gcc/ "$@"

chj@Luddes /usr/local/src/trunk/objdir/gcc
$

the top few lines from the output of make check-ada is this:

test -d testsuite/ada/acats || mkdir -p testsuite/ada/acats
testdir=`cd /usr/local/src/trunk/gcc/gcc/testsuite/ada/acats; ${PWDCMD-pwd}`; \
export testdir; cd testsuite/ada/acats; ${testdir}/run_acats 
		=== acats configuration ===
gcc is /usr/local/src/gcc-binutils/trunk/objdir/gcc/testsuite/ada/acats/gcc
Reading specs from /usr/local/src/gcc-binutils/trunk/objdir/gcc/specs 
Configured with: /usr/local/src/trunk/gcc/configure pentium4-cygwin --
prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix --with-
system-zlib --enable-libgcj Thread model: posix gcc version 3.4 20031113 
(experimental)
host=i686-pc-cygwin
target=pentium4-cygwin
gnatmake is /usr/local/src/gcc-binutils/trunk/objdir/gcc/gnatmake

		=== acats support ===
Generating support files... done.
Compiling support files...
GNATMAKE 3.4 20031113 (experimental) Copyright 1995-2003 Free Software 
Foundation, Inc.
  "check_file.ali" being checked ...
  -> "check_file.ali" missing.

GNAT 3.3.1 (cygming special)
Copyright 1992-2002 Free Software Foundation, Inc.

Compiling: check_file.adb (source file time stamp: 2003-11-14 06:54:42)
 197 lines: No errors
gnatmake: "check_file.ali" incompatible ALI file, please recompile
End of compilation
gnatmake: "check_file.adb" compilation error
 done.

		=== acats tests ===
Running chapter a ...
FAIL:	a22006b
FAIL:	a22006c


but if I first installed the newly built gcc and then run make check-ada, I 
get these lines of output...

and the hanging test is cxg2014. BTW, the Ada testsuite gives this:

                === acats Summary ===
# of expected passes            1937
# of unexpected failures        28
# of unsupported tests          357

Cheers,

/ChJ


-- 


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


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