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]

GCC 3.2.1 successful installed


Hi!

I successfully installed gcc 3.2.1.

$ ./config.guess
i686-pc-linux-gnu

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs
Configured with: ../gcc/configure --prefix=/usr 
--enable-languages=c,c++,ada,f77,java,objc --enable-shared --enable-threads
Thread model: posix
gcc version 3.2.1

I used

make CFLAGS='-O2 -march=athlon-xp' BOOT_CFLAGS='-O2 -march=athlon-xp' \    
    LIBCFLAGS='-O2 -march=athlon-xp' LIBCXXFLAGS=' \
    -g -O2 -fno-implicit-templates -march=athlon-xp' bootstrap-lean

The testresults are:

Native configuration is i686-pc-linux-gnu

		=== g++ tests ===


Running target unix

		=== g++ Summary ===

# of expected passes		7336
# of expected failures		89
# of untested testcases		9
# of unsupported tests		3
/usr/src/gnu/gcc-i586-pc-linux-gnu/gcc/testsuite/../g++ version 3.2.1

		=== g77 tests ===


Running target unix

		=== g77 Summary ===

# of expected passes		1468
/usr/src/gnu/gcc-i586-pc-linux-gnu/gcc/testsuite/../g77 version 3.2.1

		=== gcc tests ===


Running target unix

		=== gcc Summary ===

# of expected passes		18540
# of expected failures		65
# of unsupported tests		44
/usr/src/gnu/gcc-i586-pc-linux-gnu/gcc/xgcc version 3.2.1

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1035
# of expected failures		6
/usr/src/gnu/gcc-i586-pc-linux-gnu/gcc/xgcc version 3.2.1

		=== libjava tests ===


Running target unix

		=== libjava Summary ===

# of expected passes		2061
# of expected failures		18
# of untested testcases		14
		=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++-v3 Summary ===

# of expected passes		410
# of unexpected failures	1
# of unexpected successes	25
# of expected failures		1


The output from the only failure is:

FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
Excess errors:
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:34: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:36: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:38: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:40: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:42: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:44: 
parse error before `sizeof'
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:46:16: 
macro "isgreater" requires 2 argum
ents, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:46: 
syntax error before `{' token
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:48:21: 
macro "isgreaterequal" requires 2
arguments, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:48: 
syntax error before `{' token
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:50:13: 
macro "isless" requires 2 argument
s, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:50: 
syntax error before `{' token
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:52:18: 
macro "islessequal" requires 2 arg
uments, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:52: 
syntax error before `{' token
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:54:20: 
macro "islessgreater" requires 2 a
rguments, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:54: 
syntax error before `{' token
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:56:18: 
macro "isunordered" requires 2 arg
uments, but only 1 given
/usr/src/gnu/gcc/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc:56: 
syntax error before `{' token




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