This is the mail archive of the gcc-regression@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 [trunk revision 222326] failed to bootstrap on i686!


cd bld; \
 CC="gcc -m32 -fno-lto" CXX="g++ -m32 -fno-lto" ../src-trunk/configure \
	--with-arch=corei7 --with-cpu=corei7 --prefix=/usr/6.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld i686-linux --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
configure: WARNING: you should use --build, --host, --target
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
    grep "Error " makelog.222326.trunk.i686.corei7 >> makelog.222326.trunk.i686.corei7.mail; \
make[6]: *** [gcc.o] Error 1
make[5]: *** [all-stage1-gcc] Error 2
make[4]: *** [stage1-bubble] Error 2
make[3]: *** [bootstrap] Error 2
make[2]: *** [bootstrap] Error 2
                    ^
../../src-trunk/gcc/gcc.c:271:20: warning: âconst char* find_plugindir_spec_function(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *find_plugindir_spec_function (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:272:20: warning: âconst char* print_asm_header_spec_function(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *print_asm_header_spec_function (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:273:20: warning: âconst char* compare_debug_dump_opt_spec_function(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *compare_debug_dump_opt_spec_function (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:274:20: warning: âconst char* compare_debug_self_opt_spec_function(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *compare_debug_self_opt_spec_function (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:275:20: warning: âconst char* compare_debug_auxbase_opt_spec_function(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *compare_debug_auxbase_opt_spec_function (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:276:20: warning: âconst char* pass_through_libs_spec_func(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *pass_through_libs_spec_func (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:277:20: warning: âconst char* replace_extension_spec_func(int, const char**)â declared âstaticâ but never defined [-Wunused-function]
 static const char *replace_extension_spec_func (int, const char **);
                    ^
../../src-trunk/gcc/gcc.c:278:14: warning: âchar* convert_white_space(char*)â declared âstaticâ but never defined [-Wunused-function]
 static char *convert_white_space (char *);
              ^
../../src-trunk/gcc/gcc.c:888:20: warning: âlink_command_specâ defined but not used [-Wunused-variable]
 static const char *link_command_spec = LINK_COMMAND_SPEC;
                    ^
../../src-trunk/gcc/gcc.c:979:23: warning: âmultilib_obstackâ defined but not used [-Wunused-variable]
 static struct obstack multilib_obstack;
                       ^
../../src-trunk/gcc/gcc.c:1040:27: warning: âuser_specs_headâ defined but not used [-Wunused-variable]
 static struct user_specs *user_specs_head, *user_specs_tail;
                           ^
../../src-trunk/gcc/gcc.c:1040:45: warning: âuser_specs_tailâ defined but not used [-Wunused-variable]
 static struct user_specs *user_specs_head, *user_specs_tail;
                                             ^
../../src-trunk/gcc/gcc.c:1070:25: warning: âcompilersâ defined but not used [-Wunused-variable]
 static struct compiler *compilers;
                         ^
../../src-trunk/gcc/gcc.c:1074:12: warning: ân_compilersâ defined but not used [-Wunused-variable]
 static int n_compilers;
            ^
../../src-trunk/gcc/gcc.c:1176:20: warning: âlinker_optionsâ defined but not used [-Wunused-variable]
 static vec<char_p> linker_options;
                    ^
../../src-trunk/gcc/gcc.c:1181:20: warning: âassembler_optionsâ defined but not used [-Wunused-variable]
 static vec<char_p> assembler_options;
                    ^
../../src-trunk/gcc/gcc.c:1186:20: warning: âpreprocessor_optionsâ defined but not used [-Wunused-variable]
 static vec<char_p> preprocessor_options;
                    ^
../../src-trunk/gcc/gcc.c:1233:27: warning: âexec_prefixesâ defined but not used [-Wunused-variable]
 static struct path_prefix exec_prefixes = { 0, 0, "exec" };
                           ^
../../src-trunk/gcc/gcc.c:1237:27: warning: âstartfile_prefixesâ defined but not used [-Wunused-variable]
 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
                           ^
../../src-trunk/gcc/gcc.c:1241:27: warning: âinclude_prefixesâ defined but not used [-Wunused-variable]
 static struct path_prefix include_prefixes = { 0, 0, "include" };
                           ^
../../src-trunk/gcc/gcc.c:1246:20: warning: âmachine_suffixâ defined but not used [-Wunused-variable]
 static const char *machine_suffix = 0;
                    ^
../../src-trunk/gcc/gcc.c:1251:20: warning: âjust_machine_suffixâ defined but not used [-Wunused-variable]
 static const char *just_machine_suffix = 0;
                    ^
../../src-trunk/gcc/gcc.c:1255:20: warning: âgcc_exec_prefixâ defined but not used [-Wunused-variable]
 static const char *gcc_exec_prefix;
                    ^
../../src-trunk/gcc/gcc.c:1259:20: warning: âgcc_libexec_prefixâ defined but not used [-Wunused-variable]
 static const char *gcc_libexec_prefix;
                    ^
../../src-trunk/gcc/gcc.c:1319:20: warning: âmultilib_dirâ defined but not used [-Wunused-variable]
 static const char *multilib_dir;
                    ^
../../src-trunk/gcc/gcc.c:1324:20: warning: âmultilib_os_dirâ defined but not used [-Wunused-variable]
 static const char *multilib_os_dir;
                    ^
../../src-trunk/gcc/gcc.c:1329:20: warning: âmultiarch_dirâ defined but not used [-Wunused-variable]
 static const char *multiarch_dir;
                    ^
../../src-trunk/gcc/gcc.c:1355:25: warning: âstatic_specsâ defined but not used [-Wunused-variable]
 static struct spec_list static_specs[] =
                         ^
g++ -m32 -fno-lto -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../src-trunk/gcc -I../../src-trunk/gcc/. -I../../src-trunk/gcc/../include -I../../src-trunk/gcc/../libcpp/include  -I../../src-trunk/gcc/../libdecnumber -I../../src-trunk/gcc/../libdecnumber/bid -I../libdecnumber -I../../src-trunk/gcc/../libbacktrace   -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c
make[6]: *** [gcc.o] Error 1
make[6]: *** Waiting for unfinished jobs....
rm cpp.pod gcov.pod gcov-tool.pod fsf-funding.pod gfdl.pod gcc.pod
make[6]: Leaving directory `/export/gnu/import/git/gcc-test-ia32corei7/bld/gcc'
make[5]: *** [all-stage1-gcc] Error 2
make[5]: Leaving directory `/export/gnu/import/git/gcc-test-ia32corei7/bld'
make[4]: *** [stage1-bubble] Error 2
make[4]: Leaving directory `/export/gnu/import/git/gcc-test-ia32corei7/bld'
make[3]: *** [bootstrap] Error 2
make[3]: Leaving directory `/export/gnu/import/git/gcc-test-ia32corei7/bld'
484.32user 56.71system 1:03.06elapsed 857%CPU (0avgtext+0avgdata 498980maxresident)k
1120inputs+475544outputs (0major+19129403minor)pagefaults 0swaps
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory `/export/gnu/import/git/gcc-test-ia32corei7'


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