This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/17118] New: internal compiler error in pop_scope


Error during make bootstrap (on Mandrake 10) with latest CVS.

../gcc/configure --enable-threads=posix --prefix=/home/jmv/usr2/gcc \
    --enable-shared --enable-languages=c++,java \
    --with-x --enable-gtk-cairo \
    --enable-java-awt=gtk --enable-version-specific-runtime-libs 
....
time make bootstrap
....
ar  rc ./libgcc.a libgcc/./_muldi3.oS libgcc/./_negdi2.oS libgcc/./_lshrdi3.oS
libgcc/./_ashldi3.oS libgcc/./_ashrdi3.oS libgcc/./_cmpdi2.oS
libgcc/./_ucmpdi2.oS libgcc/./_floatdidf.oS libgcc/./_floatdisf.oS
libgcc/./_fixunsdfsi.oS libgcc/./_fixunssfsi.oS libgcc/./_fixunsdfdi.oS
libgcc/./_fixdfdi.oS libgcc/./_fixunssfdi.oS libgcc/./_fixsfdi.oS
libgcc/./_fixxfdi.oS libgcc/./_fixunsxfdi.oS libgcc/./_floatdixf.oS
libgcc/./_fixunsxfsi.oS libgcc/./_fixtfdi.oS libgcc/./_fixunstfdi.oS
libgcc/./_floatditf.oS libgcc/./_clear_cache.oS
libgcc/./_enable_execute_stack.oS libgcc/./_trampoline.oS libgcc/./__main.oS
libgcc/./_absvsi2.oS libgcc/./_absvdi2.oS libgcc/./_addvsi3.oS
libgcc/./_addvdi3.oS libgcc/./_subvsi3.oS libgcc/./_subvdi3.oS
libgcc/./_mulvsi3.oS libgcc/./_mulvdi3.oS libgcc/./_negvsi2.oS
libgcc/./_negvdi2.oS libgcc/./_ctors.oS libgcc/./_ffssi2.oS libgcc/./_ffsdi2.oS
libgcc/./_clz.oS libgcc/./_clzsi2.oS libgcc/./_clzdi2.oS libgcc/./_ctzsi2.oS
libgcc/./_ctzdi2.oS libgcc/./_popcount_tab.oS libgcc/./_popcountsi2.oS
libgcc/./_popcountdi2.oS libgcc/./_paritysi2.oS libgcc/./_paritydi2.oS
libgcc/./_divdi3.oS libgcc/./_moddi3.oS libgcc/./_udivdi3.oS
libgcc/./_umoddi3.oS libgcc/./_udiv_w_sdiv.oS libgcc/./_udivmoddi4.oS
libgcc/./_eprintf.oS libgcc/./__gcc_bcmp.oS
ranlib ./libgcc.a
./xgcc -B./ -B/home/jmv/usr2/gcc/i686-pc-linux-gnu/bin/ -isystem
/home/jmv/usr2/gcc/i686-pc-linux-gnu/include -isystem 
/home/jmv/usr2/gcc/i686-pc-linux-gnu/sys-include
-L/usr/src/gcc-cvs/objdir/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libbanshee/libcompat
-I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to  -DL_gcov
-c ../../gcc/gcc/libgcov.c -o libgcc/./_gcov.o
./xgcc -B./ -B/home/jmv/usr2/gcc/i686-pc-linux-gnu/bin/ -isystem
/home/jmv/usr2/gcc/i686-pc-linux-gnu/include -isystem
/home/jmv/usr2/gcc/i686-pc-linux-gnu/sys-include
-L/usr/src/gcc-cvs/objdir/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libbanshee/libcompat
-I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to 
-DL_gcov_merge_add -c ../../gcc/gcc/libgcov.c -o libgcc/./_gcov_merge_add.o
../../gcc/gcc/libgcov.c:503: internal compiler error: in pop_scope, at c-decl.c:797
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_gcov_merge_add.o] Erreur 1
make[3]: Leaving directory `/usr/src/gcc-cvs/objdir/gcc'
make[2]: *** [libgcc.a] Erreur 2
make[2]: Leaving directory `/usr/src/gcc-cvs/objdir/gcc'
make[1]: *** [stage2_build] Erreur 2
make[1]: Leaving directory `/usr/src/gcc-cvs/objdir/gcc'
make: *** [bootstrap-lean] Erreur 2
make bootstrap-lean  2464,12s user 97,88s system 72% cpu 58:57,12 total

-- 
           Summary: internal compiler error in pop_scope
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jmvanel at free dot fr
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17118


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