Dear GCC developers,

I have successfully compiled & installed GCC 4.9.2. Could you comment on the 
results of 'make check' (see below). Here is the relevant information:

1. config.guess
  x86_64-unknown-linux-gnu
2. gcc -v
        Using built-in specs.
        COLLECT_GCC=/Scr/scr-test-steven/install/gcc/4.9.2/bin/gcc
        
COLLECT_LTO_WRAPPER=/Scr/scr-test-steven/install/gcc/4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
        Target: x86_64-unknown-linux-gnu
        Configured with: ../gcc-4.9.2/configure 
--prefix=/Scr/scr-test-steven/install/install/gcc/4.9.2 --disable-multilib 
--with-gmp=/Scr/scr-test-steven/install/libgmp/4.3.2 
--with-mpfr=/Scr/scr-test-steven/install/libmpfr/2.4.2 
--with-mpc=/Scr/scr-test-steven/install/libmpc/0.8.1 
--with-cloog=/Scr/scr-test-steven/install/libcloog/0.18.1 
--with-isl=/Scr/scr-test-steven/install/libisl/0.12.2 
CC=/Scr/scr-test-steven/install/gcc/4.7.4/bin/gcc 
CXX=/Scr/scr-test-steven/install/gcc/4.7.4/bin/g++ 
CPPFLAGS=-I/Scr/scr-test-steven/install/gcc/4.7.4/include 
LDFLAGS=-L/Scr/scr-test-steven/install/gcc/4.7.4/lib64
        Thread model: posix
        gcc version 4.9.2 (GCC)

3. uname --version
        uname (GNU coreutils) 8.4
        Copyright (C) 2010 Free Software Foundation, Inc.
        License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>.
        This is free software: you are free to change and redistribute it.
        There is NO WARRANTY, to the extent permitted by law.

        Written by David MacKenzie.

4. rpm -q glibc
        glibc-2.12-1.149.el6_6.9.x86_64
        glibc-2.12-1.149.el6_6.9.i686

5. * CentOS 6.6
        * x86_64 architecture (Intel(R) Xeon(R) CPU W3550  @ 3.07GHz)
        * The following programs are used for compiling gcc-4.7.4
          1) gcc/4.7.4
          2) autoconf/2.64
          3) cloog/0.18.1
          4) gmp/4.3.2
          5) isl/0.12.2
          6) mpc/0.8.1
          7) mpfr/2.4.2
          8) dejagnu/1.5.3

6. summary of 'make check'

LAST_UPDATED: Obtained from SVN: tags/gcc_4_9_2_release revision 216910

Native configuration is x86_64-unknown-linux-gnu

                === gcc tests ===


Running target unix

                === gcc Summary ===

# of expected passes            105540
# of expected failures          256
# of unsupported tests          2028
/Scr/scr-test-steven/Programs/GCC/build_gcc-4.9.2/gcc/xgcc  version 4.9.2 (GCC) 

                === gfortran tests ===


Running target unix
FAIL: gfortran.dg/guality/pr41558.f90  -O2  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer  line 7 s == 
'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer -funroll-loops  
line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -g  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -Os  line 7 s == 'foo'

                === gfortran Summary ===

# of expected passes            46057
# of unexpected failures        6
# of expected failures          52
# of unsupported tests          75
/Scr/scr-test-steven/Programs/GCC/build_gcc-4.9.2/gcc/testsuite/gfortran/../../gfortran
  version 4.9.2 (GCC) 

                === g++ tests ===


Running target unix

                === g++ Summary ===

# of expected passes            88567
# of expected failures          445
# of unsupported tests          3072
/Scr/scr-test-steven/Programs/GCC/build_gcc-4.9.2/gcc/testsuite/g++/../../xg++  
version 4.9.2 (GCC) 

                === objc tests ===


Running target unix

                === objc Summary ===

# of expected passes            2988
# of expected failures          6
# of unsupported tests          74
/Scr/scr-test-steven/Programs/GCC/build_gcc-4.9.2/gcc/xgcc  version 4.9.2 (GCC) 

                === boehm-gc tests ===


Running target unix

                === boehm-gc Summary ===

# of expected passes            12
# of unsupported tests          1
                === libatomic tests ===


Running target unix

                === libatomic Summary ===

# of expected passes            54
                === libffi tests ===


Running target unix

                === libffi Summary ===

# of expected passes            1819
# of unsupported tests          55
                === libgomp tests ===


Running target unix

                === libgomp Summary ===

# of expected passes            3247
# of unsupported tests          35
                === libitm tests ===


Running target unix

                === libitm Summary ===

# of expected passes            26
# of expected failures          3
# of unsupported tests          1
                === libjava tests ===


Running target unix
XPASS: sourcelocation -O3 -findirect-dispatch output - source compiled test

                === libjava Summary ===

# of expected passes            2582
# of unexpected successes       1
# of expected failures          3
                === libstdc++ tests ===


Running target unix

                === libstdc++ Summary ===

# of expected passes            9958
# of expected failures          41
# of unsupported tests          226

Compiler version: 4.9.2 (GCC) 
Platform: x86_64-unknown-linux-gnu
configure flags: --prefix=/Scr/scr-test-steven/install/install/gcc/4.9.2 
--disable-multilib --with-gmp=/Scr/scr-test-steven/install/libgmp/4.3.2 
--with-mpfr=/Scr/scr-test-steven/install/libmpfr/2.4.2 
--with-mpc=/Scr/scr-test-steven/install/libmpc/0.8.1 
--with-cloog=/Scr/scr-test-steven/install/libcloog/0.18.1 
--with-isl=/Scr/scr-test-steven/install/libisl/0.12.2 
CC=/Scr/scr-test-steven/install/gcc/4.7.4/bin/gcc 
CXX=/Scr/scr-test-steven/install/gcc/4.7.4/bin/g++ 
CPPFLAGS=-I/Scr/scr-test-steven/install/gcc/4.7.4/include 
LDFLAGS=-L/Scr/scr-test-steven/install/gcc/4.7.4/lib64





Yuhang Wang

Reply via email to