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 209818] failed to bootstrap on i686!


cd bld; \
 CC="gcc -m32" CXX="g++ -m32" ../src-trunk/configure \
	 --prefix=/usr/4.10.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.209818.trunk.i686 >> makelog.209818.trunk.i686.mail; \
make[6]: *** [gcc-ar.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
                 from ../../src-trunk/gcc/gcc-ar.c:22:
../../src-trunk/gcc/../include/ansidecl.h:171:64: error: new declaration âchar* basename(const char*)â
 #  define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
                                                                ^
../../src-trunk/gcc/../include/libiberty.h:110:64: note: in expansion of macro âATTRIBUTE_NONNULLâ
 extern char *basename (const char *) ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_NONNULL(1);
                                                                ^
In file included from /usr/include/c++/4.8.2/cstring:42:0,
                 from ../../src-trunk/gcc/system.h:205,
                 from ../../src-trunk/gcc/gcc-ar.c:22:
/usr/include/string.h:599:26: error: ambiguates old declaration âconst char* basename(const char*)â
 extern "C++" const char *basename (const char *__filename)
                          ^
(echo "@set version-GCC 4.10.0"; \
 if [ "experimental" = "experimental" ]; \
 then echo "@set DEVELOPMENT"; \
 else echo "@clear DEVELOPMENT"; \
 fi) > gcc-vers.texiT
echo @set srcdir /export/gnu/import/git/gcc-test-ia32/bld/gcc/../../src-trunk/gcc >> gcc-vers.texiT
../../src-trunk/gcc/hwint.h: In function âint ctz_hwi(long unsigned int)â:
../../src-trunk/gcc/hwint.h:16:30: error: âCHAR_BITâ was not declared in this scope
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                              ^
../../src-trunk/gcc/hwint.h:60:35: note: in expansion of macro âHOST_BITS_PER_LONGâ
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
../../src-trunk/gcc/hwint.h:258:12: note: in expansion of macro âHOST_BITS_PER_WIDE_INTâ
     return HOST_BITS_PER_WIDE_INT;
            ^
../../src-trunk/gcc/hwint.h: In function âint floor_log2(long unsigned int)â:
../../src-trunk/gcc/hwint.h:16:30: error: âCHAR_BITâ was not declared in this scope
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                              ^
../../src-trunk/gcc/hwint.h:60:35: note: in expansion of macro âHOST_BITS_PER_LONGâ
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
../../src-trunk/gcc/hwint.h:295:10: note: in expansion of macro âHOST_BITS_PER_WIDE_INTâ
   return HOST_BITS_PER_WIDE_INT - 1 - clz_hwi (x);
          ^
../../src-trunk/gcc/hwint.h: In function âlong int sext_hwi(long int, unsigned int)â:
../../src-trunk/gcc/hwint.h:16:30: error: âCHAR_BITâ was not declared in this scope
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                              ^
../../src-trunk/gcc/hwint.h:60:35: note: in expansion of macro âHOST_BITS_PER_LONGâ
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
../../src-trunk/gcc/hwint.h:328:15: note: in expansion of macro âHOST_BITS_PER_WIDE_INTâ
   if (prec == HOST_BITS_PER_WIDE_INT)
               ^
../../src-trunk/gcc/hwint.h: In function âlong unsigned int zext_hwi(long unsigned int, unsigned int)â:
../../src-trunk/gcc/hwint.h:16:30: error: âCHAR_BITâ was not declared in this scope
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                              ^
../../src-trunk/gcc/hwint.h:60:35: note: in expansion of macro âHOST_BITS_PER_LONGâ
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
../../src-trunk/gcc/hwint.h:342:15: note: in expansion of macro âHOST_BITS_PER_WIDE_INTâ
   if (prec == HOST_BITS_PER_WIDE_INT)
               ^
if [ -n "(GCC) " ]; then \
  echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
../../src-trunk/gcc/gcc-ar.c: In function âint main(int, char**)â:
../../src-trunk/gcc/gcc-ar.c:139:39: error: âLTOPLUGINSONAMEâ was not declared in this scope
   plugin = find_a_file (&target_path, LTOPLUGINSONAME, R_OK);
                                       ^
../../src-trunk/gcc/gcc-ar.c:189:35: error: call of overloaded âstrsignal(int&)â is ambiguous
      exe_name, sig, strsignal (sig),
                                   ^
../../src-trunk/gcc/gcc-ar.c:189:35: note: candidates are:
In file included from /usr/include/c++/4.8.2/cstring:42:0,
                 from ../../src-trunk/gcc/system.h:205,
                 from ../../src-trunk/gcc/gcc-ar.c:22:
/usr/include/string.h:562:14: note: char* strsignal(int)
 extern char *strsignal (int __sig) __THROW;
              ^
In file included from ../../src-trunk/gcc/gcc-ar.c:22:0:
../../src-trunk/gcc/system.h:506:20: note: const char* strsignal(int)
 extern const char *strsignal (int);
                    ^
echo timestamp > gcov.pod
echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}"; >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
perl ../../src-trunk/gcc/../contrib/texi2pod.pl -DBUGURL="@uref{http://gcc.gnu.org/bugs.html}"; ../../src-trunk/gcc/doc/gcov.texi > gcov.pod
make[6]: *** [gcc-ar.o] Error 1
make[6]: *** Waiting for unfinished jobs....
/bin/sh ../../src-trunk/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
rm gcov.pod
make[6]: Leaving directory `/export/gnu/import/git/gcc-test-ia32/bld/gcc'
make[5]: *** [all-stage1-gcc] Error 2
make[5]: Leaving directory `/export/gnu/import/git/gcc-test-ia32/bld'
make[4]: *** [stage1-bubble] Error 2
make[4]: Leaving directory `/export/gnu/import/git/gcc-test-ia32/bld'
make[3]: *** [bootstrap] Error 2
make[3]: Leaving directory `/export/gnu/import/git/gcc-test-ia32/bld'
45.65user 15.44system 0:29.15elapsed 209%CPU (0avgtext+0avgdata 47188maxresident)k
6312inputs+140344outputs (47major+10145280minor)pagefaults 0swaps
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory `/export/gnu/import/git/gcc-test-ia32'


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