4.8.0 on SPARC/Solaris 10 test issues

Steven Christensen steve@sunfreeware.com
Tue Mar 26 03:29:00 GMT 2013


I have been playing with a gcc 4.8.0 build and find a number of the 
tests are failing after I get what looked like a good build.  My 
config.log  file is below along with some of the output of the tests. 
Any comments on what I might have done wrong or need to fix or if there 
are just bugs either in the build or the testing?

Thanks,

Steve C.


---------------------
config.log
---------------------


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was

   $ ../configure --with-gnu-as --with-as=/usr/local/bin/gas 
--with-gnu-ld --with-ld=/usr/local/bin/ld --enable-shared 
--enable-languages=c,c++,fortran,objc --prefix=/usr/local/gcc4

## --------- ##
## Platform. ##
## --------- ##

hostname = sunblade2500
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_141444-09

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = sunblade2500
Release = 5.10
KernelID = Generic_141444-09
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/gnu/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sfw/bin/
PATH: /usr/local/bin
PATH: /opt/sfw/bin
PATH: /usr/ccs/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2317: checking build system type
configure:2331: result: sparc-sun-solaris2.10
configure:2378: checking host system type
configure:2391: result: sparc-sun-solaris2.10
configure:2411: checking target system type
configure:2424: result: sparc-sun-solaris2.10
configure:2478: checking for a BSD-compatible install
configure:2546: result: /usr/local/bin/ginstall -c
configure:2557: checking whether ln works
configure:2579: result: yes
configure:2583: checking whether ln -s works
configure:2587: result: yes
configure:2594: checking for a sed that does not truncate output
configure:2658: result: /usr/local/bin/sed
configure:2667: checking for gawk
configure:2683: found /usr/local/bin/gawk
configure:2694: result: gawk
configure:3164: checking for libatomic support
configure:3174: result: yes
configure:3183: checking for libitm support
configure:3193: result: yes
configure:3202: checking for libsanitizer support
configure:3208: result: no
configure:3936: checking for gcc
configure:3963: result: /usr/sfw/bin/gcc
configure:4192: checking for C compiler version
configure:4201: /usr/sfw/bin/gcc --version >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4212: $? = 0
configure:4201: /usr/sfw/bin/gcc -v >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: 
/sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure 
--prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as 
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ 
--enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:4212: $? = 0
configure:4201: /usr/sfw/bin/gcc -V >&5
gcc: `-V' option must have argument
configure:4212: $? = 1
configure:4201: /usr/sfw/bin/gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:4212: $? = 1
configure:4232: checking for C compiler default output file name
configure:4254: /usr/sfw/bin/gcc -I/usr/local/include 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib conftest.c  >&5
configure:4258: $? = 0
configure:4295: result: a.out
configure:4311: checking whether the C compiler works
configure:4320: ./a.out
configure:4324: $? = 0
configure:4339: result: yes
configure:4346: checking whether we are cross compiling
configure:4348: result: no
configure:4351: checking for suffix of executables
configure:4358: /usr/sfw/bin/gcc -o conftest  -I/usr/local/include 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib conftest.c  >&5
configure:4362: $? = 0
configure:4384: result:
configure:4390: checking for suffix of object files
configure:4412: /usr/sfw/bin/gcc -c -I/usr/local/include conftest.c >&5
configure:4416: $? = 0
configure:4437: result: o
configure:4441: checking whether we are using the GNU C compiler
configure:4460: /usr/sfw/bin/gcc -c -I/usr/local/include conftest.c >&5
configure:4460: $? = 0
configure:4469: result: yes
configure:4478: checking whether /usr/sfw/bin/gcc accepts -g
configure:4498: /usr/sfw/bin/gcc -c -g -I/usr/local/include conftest.c >&5
configure:4498: $? = 0
configure:4539: result: yes
configure:4556: checking for /usr/sfw/bin/gcc option to accept ISO C89
configure:4620: /usr/sfw/bin/gcc  -c -g -O2 -I/usr/local/include 
conftest.c >&5
configure:4620: $? = 0
configure:4633: result: none needed
configure:4765: checking for C++ compiler version
configure:4774: /usr/sfw/bin/g++ --version >&5
g++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4785: $? = 0
configure:4774: /usr/sfw/bin/g++ -v >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: 
/sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure 
--prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as 
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ 
--enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:4785: $? = 0
configure:4774: /usr/sfw/bin/g++ -V >&5
g++: `-V' option must have argument
configure:4785: $? = 1
configure:4774: /usr/sfw/bin/g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:4785: $? = 1
configure:4789: checking whether we are using the GNU C++ compiler
configure:4808: /usr/sfw/bin/g++ -c -fpermissive -felide-constructors 
-I/usr/local/include conftest.cpp >&5
configure:4808: $? = 0
configure:4817: result: yes
configure:4826: checking whether /usr/sfw/bin/g++ accepts -g
configure:4846: /usr/sfw/bin/g++ -c -g -I/usr/local/include conftest.cpp >&5
configure:4846: $? = 0
configure:4887: result: yes
configure:4936: checking whether g++ accepts -static-libstdc++ 
-static-libgcc
configure:4953: /usr/sfw/bin/g++ -o conftest -fpermissive 
-felide-constructors -I/usr/local/include 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib -static-libstdc++ 
-static-libgcc conftest.cpp  >&5
g++: unrecognized option `-static-libstdc++'
conftest.cpp:11:2: #error -static-libstdc++ not implemented
configure:4953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
| #error -static-libstdc++ not implemented
| #endif
| int main() {}
configure:4957: result: no
configure:5018: checking for gnatbind
configure:5048: result: no
configure:5110: checking for gnatmake
configure:5140: result: no
configure:5159: checking whether compiler driver understands Ada
configure:5182: result: no
configure:5191: checking how to compare bootstrapped objects
configure:5216: result: cmp $$f1 $$f2 16 16
configure:5270: checking for objdir
configure:5285: result: .libs
configure:5857: checking for version 0.10 of ISL
configure:5876: /usr/sfw/bin/gcc -o conftest -g -O2  
-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr 
-I$$s/mpc/src -I/usr/local/include 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib conftest.c  -lisl >&5
conftest.c:10:25: isl/version.h: No such file or directory
conftest.c: In function `main':
conftest.c:15: warning: passing arg 1 of `strncmp' makes pointer from 
integer without a cast
configure:5876: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <isl/version.h>
|    #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
|      return 1;
|
|   ;
|   return 0;
| }
configure:5885: result: no
configure:5905: checking for version 0.11 of ISL
configure:5924: /usr/sfw/bin/gcc -o conftest -g -O2  
-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr 
-I$$s/mpc/src -I/usr/local/include 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib conftest.c  -lisl >&5
conftest.c:10:25: isl/version.h: No such file or directory
conftest.c: In function `main':
conftest.c:15: warning: passing arg 1 of `strncmp' makes pointer from 
integer without a cast
configure:5924: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <isl/version.h>
|    #include <string.h>
| int
| main ()
| {
| if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
|      return 1;
|
|   ;
|   return 0;
| }
configure:5933: result: no
configure:7090: checking for default BUILD_CONFIG
configure:7122: result: bootstrap-debug
configure:7611: checking for bison
configure:7627: found /usr/sfw/bin//bison
configure:7638: result: bison -y
configure:7658: checking for bison
configure:7674: found /usr/sfw/bin//bison
configure:7685: result: bison
configure:7705: checking for gm4
configure:7721: found /usr/sfw/bin//gm4
configure:7732: result: gm4
configure:7752: checking for flex
configure:7768: found /usr/sfw/bin//flex
configure:7779: result: flex
configure:7800: checking for flex
configure:7816: found /usr/sfw/bin//flex
configure:7827: result: flex
configure:7847: checking for makeinfo
configure:7863: found /usr/sfw/bin//makeinfo
configure:7874: result: makeinfo
configure:7908: checking for expect
configure:7924: found /usr/local/bin/expect
configure:7935: result: expect
configure:7957: checking for runtest
configure:7973: found /usr/local/bin/runtest
configure:7984: result: runtest
configure:8102: checking for ar
configure:8118: found /usr/local/bin/ar
configure:8129: result: ar
configure:8243: checking for as
configure:8259: found /usr/local/bin/as
configure:8270: result: as
configure:8384: checking for dlltool
configure:8414: result: no
configure:8444: checking for ld
configure:8471: result: /usr/ccs/bin/ld
configure:8666: checking for lipo
configure:8696: result: no
configure:8807: checking for nm
configure:8823: found /usr/local/bin/nm
configure:8834: result: nm
configure:8948: checking for ranlib
configure:8964: found /usr/local/bin/ranlib
configure:8975: result: ranlib
configure:9084: checking for strip
configure:9100: found /usr/local/bin/strip
configure:9111: result: strip
configure:9220: checking for windres
configure:9250: result: no
configure:9361: checking for windmc
configure:9391: result: no
configure:9502: checking for objcopy
configure:9518: found /usr/local/bin/objcopy
configure:9529: result: objcopy
configure:9643: checking for objdump
configure:9659: found /usr/local/bin/objdump
configure:9670: result: objdump
configure:9784: checking for readelf
configure:9800: found /usr/local/bin/readelf
configure:9811: result: readelf
configure:9964: checking for cc
configure:9994: result: no
configure:9964: checking for gcc
configure:9980: found /usr/sfw/bin//gcc
configure:9991: result: gcc
configure:10125: checking for c++
configure:10141: found /usr/sfw/bin//c++
configure:10152: result: c++
configure:10286: checking for gcc
configure:10302: found /usr/sfw/bin//gcc
configure:10313: result: gcc
configure:10442: checking for gcj
configure:10458: found /usr/local/bin/gcj
configure:10469: result: gcj
configure:10603: checking for gfortran
configure:10633: result: no
configure:10764: checking for gccgo
configure:10794: result: no
configure:10855: checking for ar
configure:10888: result: no
configure:11005: checking for ar
configure:11021: found /usr/local/bin/ar
configure:11032: result: ar
configure:11085: checking for as
configure:11118: result: no
configure:11235: checking for as
configure:11251: found /usr/local/bin/as
configure:11262: result: as
configure:11315: checking for dlltool
configure:11348: result: no
configure:11465: checking for dlltool
configure:11495: result: no
configure:11545: checking for ld
configure:11578: result: no
configure:11695: checking for ld
configure:11711: found /usr/local/bin/ld
configure:11722: result: ld
configure:11775: checking for lipo
configure:11808: result: no
configure:11925: checking for lipo
configure:11955: result: no
configure:12005: checking for nm
configure:12038: result: no
configure:12155: checking for nm
configure:12171: found /usr/local/bin/nm
configure:12182: result: nm
configure:12235: checking for objdump
configure:12268: result: no
configure:12385: checking for objdump
configure:12401: found /usr/local/bin/objdump
configure:12412: result: objdump
configure:12465: checking for ranlib
configure:12498: result: no
configure:12615: checking for ranlib
configure:12631: found /usr/local/bin/ranlib
configure:12642: result: ranlib
configure:12695: checking for readelf
configure:12728: result: no
configure:12845: checking for readelf
configure:12861: found /usr/local/bin/readelf
configure:12872: result: readelf
configure:12925: checking for strip
configure:12958: result: no
configure:13075: checking for strip
configure:13091: found /usr/local/bin/strip
configure:13102: result: strip
configure:13155: checking for windres
configure:13188: result: no
configure:13305: checking for windres
configure:13335: result: no
configure:13385: checking for windmc
configure:13418: result: no
configure:13535: checking for windmc
configure:13565: result: no
configure:13593: checking where to find the target ar
configure:13626: result: host tool
configure:13635: checking where to find the target as
configure:13668: result: host tool
configure:13677: checking where to find the target cc
configure:13700: result: just compiled
configure:13719: checking where to find the target c++
configure:13745: result: just compiled
configure:13764: checking where to find the target c++ for libstdc++
configure:13790: result: just compiled
configure:13809: checking where to find the target dlltool
configure:13842: result: host tool
configure:13851: checking where to find the target gcc
configure:13874: result: just compiled
configure:13893: checking where to find the target gcj
configure:13929: result: host tool
configure:13938: checking where to find the target gfortran
configure:13964: result: just compiled
configure:13983: checking where to find the target gccgo
configure:14019: result: host tool
configure:14028: checking where to find the target ld
configure:14061: result: host tool
configure:14070: checking where to find the target lipo
configure:14092: result: host tool
configure:14101: checking where to find the target nm
configure:14134: result: host tool
configure:14143: checking where to find the target objdump
configure:14176: result: host tool
configure:14185: checking where to find the target ranlib
configure:14218: result: host tool
configure:14227: checking where to find the target readelf
configure:14260: result: host tool
configure:14269: checking where to find the target strip
configure:14302: result: host tool
configure:14311: checking where to find the target windres
configure:14344: result: host tool
configure:14353: checking where to find the target windmc
configure:14386: result: host tool
configure:14423: checking whether to enable maintainer-specific portions 
of Makefiles
configure:14432: result: no
configure:14643: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64. Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  =
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on sunblade2500

config.status:993: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/sfw/bin/gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/include '
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-fpermissive -felide-constructors'
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/sfw/bin/g++
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib'
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=sparc-sun-solaris2.10
ac_cv_objext=o
ac_cv_path_SED=/usr/local/bin/sed
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_prog_AR=ar
ac_cv_prog_AR_FOR_TARGET=ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC_FOR_TARGET=gcc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_GCJ_FOR_TARGET=gcj
ac_cv_prog_LD=/usr/ccs/bin/ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=gm4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=readelf
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=/usr/sfw/bin/gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=sparc-sun-solaris2.10
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
gcc_cv_tool_dirs=/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10/4.8.0:/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10:/usr/lib/gcc/sparc-sun-solaris2.10/4.8.0:/usr/lib/gcc/sparc-sun-solaris2.10:/usr/local/gcc4/sparc-sun-solaris2.10/bin/sparc-sun-solaris2.10/4.8.0:/usr/local/gcc4/sparc-sun-solaris2.10/bin:
gcc_cv_tool_prefix=/usr/local/gcc4
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
AWK='gawk'
BISON='bison'
BUILD_CONFIG='bootstrap-debug'
CC='/usr/sfw/bin/gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS='-I/usr/local/include '
CXX='/usr/sfw/bin/g++'
CXXFLAGS='-fpermissive -felide-constructors'
CXXFLAGS_FOR_BUILD='-fpermissive -felide-constructors'
CXXFLAGS_FOR_TARGET='-g -O2 -fpermissive -felide-constructors'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ 
-nostdinc++ `if test -f 
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) 
$$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags 
--build-includes; else echo -funconfigured-libstdc++-v3 ; fi` 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='$(DLLTOOL)'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ 
-isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran 
-B$$r/$(HOST_SUBDIR)/gcc/'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$(GOC)'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/ccs/bin/ld'
LDFLAGS='-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib'
LDFLAGS_FOR_BUILD='-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib'
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='$(LD)'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(LIPO)'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='gm4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$(NM)'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(OBJDUMP)'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(RANLIB)'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc 
-B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src 
-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
READELF='readelf'
READELF_FOR_TARGET='$(READELF)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/usr/local/bin/sed'
SHELL='/usr/local/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --with-gnu-as 
--with-as=/usr/local/bin/gas --with-gnu-ld --with-ld=/usr/local/bin/ld 
--enable-shared --enable-languages=c,c++,fortran,objc 
--prefix=/usr/local/gcc4'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(WINDRES)'
YACC='bison -y'
ac_ct_CC='/usr/sfw/bin/gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--with-gnu-as'\'' 
'\''--with-as=/usr/local/bin/gas'\'' '\''--with-gnu-ld'\'' 
'\''--with-ld=/usr/local/bin/ld'\'' '\''--enable-shared'\'' 
'\''--prefix=/usr/local/gcc4'\'' 
'\''--enable-languages=c,c++,fortran,lto,objc'\'' 
--program-transform-name='\''s,y,y,'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='sparc'
build_libsubdir='build-sparc-sun-solaris2.10'
build_noncanonical='sparc-sun-solaris2.10'
build_os='solaris2.10'
build_subdir='build-sparc-sun-solaris2.10'
build_tooldir='${exec_prefix}/sparc-sun-solaris2.10'
build_vendor='sun'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp 
mpfr mpc fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp $$f1 $$f2 16 16'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp 
--with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr 
--with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs'
extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp 
--with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr 
-I$$s/mpfr -I$$s/mpc/src '
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs 
-L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
host='sparc-sun-solaris2.10'
host_alias=''
host_configargs=' --cache-file=./config.cache '\''--with-gnu-as'\'' 
'\''--with-as=/usr/local/bin/gas'\'' '\''--with-gnu-ld'\'' 
'\''--with-ld=/usr/local/bin/ld'\'' '\''--enable-shared'\'' 
'\''--prefix=/usr/local/gcc4'\'' 
'\''--enable-languages=c,c++,fortran,lto,objc'\'' 
--program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='sparc'
host_noncanonical='sparc-sun-solaris2.10'
host_os='solaris2.10'
host_subdir='.'
host_vendor='sun'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/usr/local/gcc4'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='sparc-sun-solaris2.10'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib   
'\''--with-gnu-as'\'' '\''--with-as=/usr/local/bin/gas'\'' 
'\''--with-gnu-ld'\'' '\''--with-ld=/usr/local/bin/ld'\'' 
'\''--enable-shared'\'' '\''--prefix=/usr/local/gcc4'\'' 
'\''--enable-languages=c,c++,fortran,lto,objc'\'' 
--program-transform-name='\''s,y,y,'\'' --disable-option-checking'
target_configdirs=' libgcc libgomp libatomic libitm libstdc++-v3 libssp 
libquadmath libgfortran libobjc'
target_cpu='sparc'
target_noncanonical='sparc-sun-solaris2.10'
target_os='solaris2.10'
target_subdir='sparc-sun-solaris2.10'
target_vendor='sun'
tooldir='${exec_prefix}/sparc-sun-solaris2.10'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

------------------------------------
Partial Test Results
------------------------------------


FAIL: gcc.dg/torture/tls/thr-init-1.c -O0  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c -O1  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c -O2  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c  -O3 -fomit-frame-pointer  -fPIC  
execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c  -O3 -g  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c -Os  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c  -O2 -flto -flto-partition=none  
execution test
FAIL: gcc.dg/torture/tls/thr-init-1.c  -O2 -flto  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O0  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O1  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O2  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -fomit-frame-pointer  
execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -g  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -Os  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O0  -fpic  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O1  -fpic  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O2  -fpic  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -fomit-frame-pointer  -fpic  
execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -g  -fpic  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -Os  -fpic  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O0  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O1  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -O2  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -fomit-frame-pointer  -fPIC  
execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O3 -g  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c -Os  -fPIC  execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O2 -flto -flto-partition=none  
execution test
FAIL: gcc.dg/torture/tls/thr-init-2.c  -O2 -flto  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O0 execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O1 execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O2 execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -fomit-frame-pointer  execution 
test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -g  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -Os execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O0 -fpic  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O1 -fpic  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O2 -fpic  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -fomit-frame-pointer  -fpic  
execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -g  -fpic  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -Os -fpic  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O0 -fPIC  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O1 -fPIC  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O2 -fPIC  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -fomit-frame-pointer  -fPIC  
execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O3 -g  -fPIC  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -Os -fPIC  execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O2 -flto -flto-partition=none  
execution test
FAIL: gcc.dg/torture/tls/tls-test.c  -O2 -flto  execution test
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp 
...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vect/vect.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vmx/vmx.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/dectest.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/help.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/mg-2.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/options.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.misc-tests/sort2.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/aarch64/aarch64.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/alpha/alpha.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/arm/arm.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/arm/neon/neon.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/avr/avr.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/bfin/bfin.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/cris/cris.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/epiphany/epiphany.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/frv/frv.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/i386/i386.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/ia64/ia64.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/m68k/m68k.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/microblaze/microblaze.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/mips/mips.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/powerpc/powerpc.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/rx/rx.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/s390/s390.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/sh/sh.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/sparc/sparc.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/spu/ea/ea.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/spu/spu.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/tic6x/tic6x.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gcc.test-framework/test-framework.exp 
...
skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined

                 === gcc Summary ===

# of expected passes            81994
# of unexpected failures        102
# of expected failures          323
# of unresolved testcases       1
# of unsupported tests          1646
/users/downloads/gcc-4.8.0/objdir/gcc/xgcc version 4.8.0 (GCC)

make[3]: [check-parallel-gcc] Error 1 (ignored)
make[3]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gcc'
make[3]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gcc'
test -d plugin || mkdir plugin
test -d testsuite || mkdir testsuite
test -d testsuite/g++ || mkdir testsuite/g++
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/g++; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite$|testsuite/g++|' \
         < ../../site.exp > tmp-site.exp; \
/usr/local/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo 
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
    TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
     export TCL_LIBRARY ; fi ; \
runtestflags= ; \
if [ -n "" ] ; then \
   runtestflags=""; \
elif [ -n "" ] ; then \
   parts="`echo '  ' \
           | sed 's/=[^ ]* / /g'`"; \
   for part in `find $srcdir/testsuite/g++* -name \*.exp` ; do \
     part=`basename $part` ; \
     case " $parts $runtestflags " in \
       *" $part "*) ;; \
       *) runtestflags="$runtestflags $part" ;; \
     esac ; \
   done ; \
fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo 
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool g++ 
$runtestflags)
/usr/local/bin/runtest: !: not found
WARNING: Couldn't find the global config file.
Test Run By steve on Mon Mar 25 04:45:58 2013
Native configuration is sparc-sun-solaris2.10

                 === 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 /users/downloads/gcc-4.8.0/gcc/testsuite/config/default.exp as 
tool-and-target-specific interface file.
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/asan/asan.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/charset/charset.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/compat/compat.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/compat/struct-layout-1.exp 
...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/debug/debug.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/dfp/dfp.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/dg.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/gomp/gomp.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/graphite/graphite.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/guality/guality.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/lto/lto.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/pch/pch.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/plugin/plugin.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp 
...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/tls/tls.exp ...
FAIL: g++.dg/tls/static-1.C -std=gnu++98 execution test
FAIL: g++.dg/tls/static-1.C -std=gnu++11 execution test
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/tm/tm.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/torture/dg-torture.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/g++.dg/vect/vect.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/g++.old-deja/old-deja.exp ...

                 === g++ Summary ===

# of expected passes            49934
# of unexpected failures        2
# of expected failures          292
# of unsupported tests          932
/users/downloads/gcc-4.8.0/objdir/gcc/testsuite/g++/../../xg++ version 
4.8.0 (GCC)

make[3]: [check-parallel-g++] Error 1 (ignored)
make[3]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gcc'
make[3]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gcc'
test -d plugin || mkdir plugin
test -d testsuite || mkdir testsuite
test -d testsuite/gfortran || mkdir testsuite/gfortran
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/gfortran; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite$|testsuite/gfortran|' \
         < ../../site.exp > tmp-site.exp; \
/usr/local/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo 
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
    TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
     export TCL_LIBRARY ; fi ; \
runtestflags= ; \
if [ -n "" ] ; then \
   runtestflags=""; \
elif [ -n "" ] ; then \
   parts="`echo '  ' \
           | sed 's/=[^ ]* / /g'`"; \
   for part in `find $srcdir/testsuite/gfortran* -name \*.exp` ; do \
     part=`basename $part` ; \
     case " $parts $runtestflags " in \
       *" $part "*) ;; \
       *) runtestflags="$runtestflags $part" ;; \
     esac ; \
   done ; \
fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo 
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gfortran 
$runtestflags)
/usr/local/bin/runtest: !: not found
WARNING: Couldn't find the global config file.
Test Run By testusr on Mon Mar 25 08:35:23 2013
Native configuration is sparc-sun-solaris2.10

                 === gfortran 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 /users/downloads/gcc-4.8.0/gcc/testsuite/config/default.exp as 
tool-and-target-specific interface file.
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/coarray/caf.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/debug/debug.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/dg.exp ...
XPASS: gfortran.dg/do_1.f90  -O0 execution test
XPASS: gfortran.dg/do_1.f90  -O1 execution test
XPASS: gfortran.dg/do_1.f90  -O2 execution test
XPASS: gfortran.dg/do_1.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/do_1.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
XPASS: gfortran.dg/do_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops 
-finline-functions  execution test
XPASS: gfortran.dg/do_1.f90  -O3 -g execution test
XPASS: gfortran.dg/do_1.f90  -Os execution test
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/gomp/gomp.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/graphite/graphite.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/guality/guality.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/lto/lto.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.dg/vect/vect.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp 
...

                 === gfortran Summary ===

# of expected passes            42891
# of unexpected successes       8
# of expected failures          44
# of unsupported tests          261
/users/downloads/gcc-4.8.0/objdir/gcc/testsuite/gfortran/../../gfortran 
version 4.8.0 (GCC)

make[3]: [check-parallel-gfortran] Error 1 (ignored)
make[3]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gcc'
make[3]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gcc'
test -d plugin || mkdir plugin
test -d testsuite || mkdir testsuite
test -d testsuite/objc || mkdir testsuite/objc
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/objc; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite$|testsuite/objc|' \
         < ../../site.exp > tmp-site.exp; \
/usr/local/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo 
${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
    TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
     export TCL_LIBRARY ; fi ; \
runtestflags= ; \
if [ -n "" ] ; then \
   runtestflags=""; \
elif [ -n "" ] ; then \
   parts="`echo '  ' \
           | sed 's/=[^ ]* / /g'`"; \
   for part in `find $srcdir/testsuite/objc* -name \*.exp` ; do \
     part=`basename $part` ; \
     case " $parts $runtestflags " in \
       *" $part "*) ;; \
       *) runtestflags="$runtestflags $part" ;; \
     esac ; \
   done ; \
fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo 
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool objc 
$runtestflags)
/usr/local/bin/runtest: !: not found
WARNING: Couldn't find the global config file.
Test Run By steve on Mon Mar 25 13:23:00 2013
Native configuration is sparc-sun-solaris2.10

                 === 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 /users/downloads/gcc-4.8.0/gcc/testsuite/config/default.exp as 
tool-and-target-specific interface file.
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc/compile/compile.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc/execute/exceptions/exceptions.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc/execute/execute.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/attributes/attributes.exp 
...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/dg.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp 
...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/lto/lto.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/pch/pch.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/property/property.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/special/special.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/strings/strings.exp ...
Running /users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/tls/tls.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/torture/dg-torture.exp ...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/torture/strings/strings.exp 
...
Running 
/users/downloads/gcc-4.8.0/gcc/testsuite/objc.dg/torture/tls/tls.exp ...
FAIL: objc.dg/torture/tls/thr-init-2.m -O1  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -O2  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -O3 -fomit-frame-pointer  
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -O3 -g  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -Os  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -O2 -flto -flto-partition=none 
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-2.m -O2 -flto  -fgnu-runtime 
execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O0  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O1  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O2  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O3 -fomit-frame-pointer  
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O3 -g  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -Os  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O2 -flto -flto-partition=none 
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init-3.m -O2 -flto  -fgnu-runtime 
execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O0 -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O1 -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O2 -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O3 -fomit-frame-pointer  
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O3 -g  -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -Os -fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O2 -flto -flto-partition=none  
-fgnu-runtime execution test
FAIL: objc.dg/torture/tls/thr-init.m  -O2 -flto  -fgnu-runtime execution 
test

                 === objc Summary ===

# of expected passes            2971
# of unexpected failures        23
# of unsupported tests          74
/users/downloads/gcc-4.8.0/objdir/gcc/xgcc version 4.8.0 (GCC)

make[3]: [check-parallel-objc] Error 1 (ignored)
make[3]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gcc'
make[2]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gcc'
make[2]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gmp'
make  check-recursive
make[3]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gmp'
Making check in tests
make[4]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
Making check in .
make[5]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
make  libtests.la t-bswap t-constants t-count_zeros t-gmpmax 
t-hightomask t-modlinv t-popc t-parity t-sub
make[6]: Entering directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o memory.lo ../../../gmp/tests/memory.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/memory.c -o memory.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o misc.lo ../../../gmp/tests/misc.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c ../../../gmp/tests/misc.c 
-o misc.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o refmpf.lo ../../../gmp/tests/refmpf.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/refmpf.c -o refmpf.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o refmpn.lo ../../../gmp/tests/refmpn.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/refmpn.c -o refmpn.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o refmpq.lo ../../../gmp/tests/refmpq.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/refmpq.c -o refmpq.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o refmpz.lo ../../../gmp/tests/refmpz.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/refmpz.c -o refmpz.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o spinner.lo ../../../gmp/tests/spinner.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/spinner.c -o spinner.o
/usr/local/bin/bash ../libtool --mode=compile /usr/sfw/bin/gcc 
-DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. -I../../../gmp 
-I/usr/local/include   -g -O2 -c -o trace.lo ../../../gmp/tests/trace.c
  /usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include  -g -O2 -c 
../../../gmp/tests/trace.c -o trace.o
/usr/local/bin/bash ../libtool --mode=link /usr/sfw/bin/gcc  -g -O2 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib -o libtests.la   
memory.lo misc.lo refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo 
trace.lo  ../libgmp.la
mkdir .libs
ar rc .libs/libtests.a  memory.o misc.o refmpf.o refmpn.o refmpq.o 
refmpz.o spinner.o trace.o
ranlib .libs/libtests.a
creating libtests.la
(cd .libs && rm -f libtests.la && ln -s ../libtests.la libtests.la)
/usr/sfw/bin/gcc -DHAVE_CONFIG_H -I. -I../../../gmp/tests -I.. 
-I../../../gmp -I/usr/local/include   -g -O2 -c ../../../gmp/tests/t-bswap.c
/usr/local/bin/bash ../libtool --mode=link /usr/sfw/bin/gcc  -g -O2 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib -o t-bswap  t-bswap.o 
libtests.la ../libgmp.la
/usr/sfw/bin/gcc -g -O2 -o t-bswap t-bswap.o 
-L/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib ./.libs/libtests.a 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a ../.libs/libgmp.a 
-R/usr/sfw/lib:/usr/local/lib:/usr/local/gcc4/lib
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(assert.o): symbol 
<unknown>: offset 0xfe8d3572 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(memory.o): symbol 
<unknown>: offset 0xfe8d364a is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mp_set_fns.o): 
symbol <unknown>: offset 0xfe8d3736 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(randclr.o): symbol 
<unknown>: offset 0xfe8d37a1 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(randlc2s.o): symbol 
<unknown>: offset 0xfe8d383f is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(randlc2x.o): symbol 
<unknown>: offset 0xfe8d38eb is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(randmts.o): symbol 
<unknown>: offset 0xfe8d3ba6 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(tal-reent.o): 
symbol <unknown>: offset 0xfe8d3da9 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(out_str.o): symbol 
<unknown>: offset 0xfe8d411e is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt3-add_ui.o): 
symbol <unknown>: offset 0xfe8d41a9 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(cfdiv_r_2exp.o): 
symbol <unknown>: offset 0xfe8d438e is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt4-clear.o): 
symbol <unknown>: offset 0xfe8d448b is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(clrbit.o): symbol 
<unknown>: offset 0xfe8d44e1 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(export.o): symbol 
<unknown>: offset 0xfe8d45eb is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt21-init.o): 
symbol <unknown>: offset 0xfe8d4719 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt22-init2.o): 
symbol <unknown>: offset 0xfe8d481a is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt27-iset_str.o): 
symbol <unknown>: offset 0xfe8d49a2 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mod.o): symbol 
<unknown>: offset 0xfe8d4a5b is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt29-mul.o): symbol 
<unknown>: offset 0xfe8d4b36 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(realloc.o): symbol 
<unknown>: offset 0xfe8d4dd7 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt36-set.o): symbol 
<unknown>: offset 0xfe8d4ed5 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt40-set_str.o): 
symbol <unknown>: offset 0xfe8d4f82 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt41-set_ui.o): 
symbol <unknown>: offset 0xfe8d502e is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(setbit.o): symbol 
<unknown>: offset 0xfe8d5087 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt44-sub.o): symbol 
<unknown>: offset 0xfe8d510b is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt45-sub_ui.o): 
symbol <unknown>: offset 0xfe8d51da is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(tdiv_q_2exp.o): 
symbol <unknown>: offset 0xfe8d5296 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(tdiv_r.o): symbol 
<unknown>: offset 0xfe8d535e is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(tdiv_r_2exp.o): 
symbol <unknown>: offset 0xfe8d53ed is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(tstbit.o): symbol 
<unknown>: offset 0xfe8d545e is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt64-set_str.o): 
symbol <unknown>: offset 0xfe8d56b3 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(add_n.o): symbol 
<unknown>: offset 0xfe8d5759 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(sub_n.o): symbol 
<unknown>: offset 0xfe8d57a6 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mul_1.o): symbol 
<unknown>: offset 0xfe8d57f3 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(addmul_1.o): symbol 
<unknown>: offset 0xfe8d5841 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(submul_1.o): symbol 
<unknown>: offset 0xfe8d5893 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lshift.o): symbol 
<unknown>: offset 0xfe8d58e3 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(rshift.o): symbol 
<unknown>: offset 0xfe8d593d is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(divrem_1.o): symbol 
<unknown>: offset 0xfe8d5aa2 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(divrem_2.o): symbol 
<unknown>: offset 0xfe8d5b8f is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mod_1.o): symbol 
<unknown>: offset 0xfe8d5c52 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt75-mul.o): symbol 
<unknown>: offset 0xfe8d5d3f is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mul_fft.o): symbol 
<unknown>: offset 0xfe8d5e8d is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mul_n.o): symbol 
<unknown>: offset 0xfe8d64a1 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(mul_basecase.o): 
symbol <unknown>: offset 0xfe8d67a9 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(sqr_basecase.o): 
symbol <unknown>: offset 0xfe8d67fe is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt76-random.o): 
symbol <unknown>: offset 0xfe8d6877 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt77-random2.o): 
symbol <unknown>: offset 0xfe8d68de is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt80-get_str.o): 
symbol <unknown>: offset 0xfe8d69c2 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(dc_divrem_n.o): 
symbol <unknown>: offset 0xfe8d7036 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(sb_divrem_mn.o): 
symbol <unknown>: offset 0xfe8d7141 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom22_mul.o): 
symbol <unknown>: offset 0xfe8d7205 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom44_mul.o): 
symbol <unknown>: offset 0xfe8d73b9 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom32_mul.o): 
symbol <unknown>: offset 0xfe8d764b is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom42_mul.o): 
symbol <unknown>: offset 0xfe8d7822 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom4_sqr.o): 
symbol <unknown>: offset 0xfe8d7a17 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom_interpolate_5pts.o): 
symbol <unknown>: offset 0xfe8d7b7b is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(toom_interpolate_7pts.o): 
symbol <unknown>: offset 0xfe8d7c41 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(randsd.o): symbol 
<unknown>: offset 0xfe8d7f01 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(lt8-cmp_ui.o): 
symbol <unknown>: offset 0xfe8d81f2 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file 
/users/downloads/gcc-4.8.0/objdir/gmp/.libs/libgmp.a(pre_divrem_1.o): 
symbol <unknown>: offset 0xfe8d82f3 is non-aligned
collect2: ld returned 1 exit status
make[6]: *** [t-bswap] Error 1
make[6]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gmp/tests'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gmp'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/users/downloads/gcc-4.8.0/objdir/gmp'
make[1]: *** [check-gmp] Error 2
make[1]: Leaving directory `/users/downloads/gcc-4.8.0/objdir'
make: *** [do-check] Error 2
[17] (sunblade2500) /users/downloads/gcc-4.8.0/objdir>




More information about the Gcc-help mailing list