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 10918] New: Internal Complier Error when trying to complie gcc 3.3 with gcc 3.2.2


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Internal Complier Error when trying to complie gcc 3.3
                    with gcc 3.2.2
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: joshsmith2023956@yahoo.com
                CC: gcc-bugs@gcc.gnu.org

When trying to complile gcc 3.3 with the following options
../gcc-3.3/configure --prefix=/static --disable-nls --disable-shared
make BOOT_LDFLAGS="-static" bootstrap

i always get a segmentation fault and usually an ice, it has not happened during
the same part of the compile yet, always on a diffrent file, i have attempted to
complie 5 times now and i have gotten a segmentation fault each time, but never
on the same file.

some of the errors i have gotten are:
./xgcc -B./ -B/static/i686-pc-linux-gnu/bin/ -isystem
/static/i686-pc-linux-gnu/include -isystem /static/i686-pc-linux-gnu/sys-include
-O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config
-I../../gcc-3.3/gcc/../include  -DL_addvdi3 -c ../../gcc-3.3/gcc/libgcc2.c -o
libgcc/./_addvdi3.o
In file included from /usr/include/linux/errno.h:4,
                 from /usr/include/bits/errno.h:25,
                 from /usr/include/errno.h:36,
                 from ../../gcc-3.3/gcc/tsystem.h:78,
                 from ../../gcc-3.3/gcc/libgcc2.c:37:
/usr/include/asm/errno.h:44:9: macro names must be identifiers
make[3]: *** [libgcc/./_addvdi3.o] Error 1
make[3]: Leaving directory `/mnt/lfs/install/gcc-build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/mnt/lfs/install/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/lfs/install/gcc-build/gcc'
make: *** [bootstrap] Error 2


/../gcc-3.3/gcc/graph.c -o graph.o
stage1/xgcc -Bstage1/ -B/static/i686-pc-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3/gcc
-I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include
gtype-desc.c -o gtype-desc.o
gtype-desc.c: In function `gt_ggc_mx_mem_attrs':
gtype-desc.c:206: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [gtype-desc.o] Error 1
make[2]: Leaving directory `/mnt/lfs/install/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/lfs/install/gcc-build/gcc'
make: *** [bootstrap] Error 2

everytime i try to compile, it gets a segmentation fault in a diffrent file



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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