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/60923] New: Building of gcc fails on sparc solaris 9, In function '__muldi3' internal compiler error: Segmentation Fault


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

            Bug ID: 60923
           Summary: Building of gcc fails on sparc solaris 9, In function
                    '__muldi3' internal compiler error: Segmentation Fault
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mukul.gupta at aricent dot com

make[6]: Leaving directory
`/global/app/analysis/software/gccbuild/sparc-sun-solaris2.9/sparcv9/libgcc'
make[5]: Leaving directory
`/global/app/analysis/software/gccbuild/sparc-sun-solaris2.9/sparcv9/libgcc'
make[4]: Leaving directory
`/global/app/analysis/software/gccbuild/sparc-sun-solaris2.9/libgcc'
/global/app/analysis/software/gccbuild/./gcc/xgcc
-B/global/app/analysis/software/gccbuild/./gcc/
-B/VOBS/sol9tools/gcc64/sparc-sun-solaris2.9/bin/
-B/VOBS/sol9tools/gcc64/sparc-sun-solaris2.9/lib/ -isystem
/VOBS/sol9tools/gcc64/sparc-sun-solaris2.9/include -isystem
/VOBS/sol9tools/gcc64/sparc-sun-solaris2.9/sys-include    -g -O2 -O2  -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC -g
-DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector   -fPIC -I. -I.
-I../.././gcc -I../../../gcc-4.8.2/libgcc -I../../../gcc-4.8.2/libgcc/.
-I../../../gcc-4.8.2/libgcc/../gcc -I../../../gcc-4.8.2/libgcc/../include 
-DHAVE_CC_TLS  -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c
../../../gcc-4.8.2/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS
../../../gcc-4.8.2/libgcc/libgcc2.c: In function '__muldi3':
../../../gcc-4.8.2/libgcc/libgcc2.c:549:17: internal compiler error:
Segmentation Fault
   const DWunion uu = {.ll = u};
                 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [_muldi3.o] Error 1
make[3]: Leaving directory
`/global/app/analysis/software/gccbuild/sparc-sun-solaris2.9/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/global/app/analysis/software/gccbuild'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/global/app/analysis/software/gccbuild'
make: *** [all] Error 2


Configured with:
../gcc-4.8.2/configure --prefix=/VOBS/sol9tools/gcc64
--with-as=/VOBS/sol9tools/gcc64/bin/as --with-gnu-as
--with-ld=/VOBS/sol9tools/gcc64/bin/ld --with-gnu-ld --enable-languages=c,c++
--enable-shared --with-gmp=/global/app/analysis/software/tmplibs
--with-mpfr=/global/app/analysis/software/tmplibs
--with-mpc=/global/app/analysis/software/tmplibs

build = sparc-sun-solaris2.9

# uname -a
SunOS sunims103 5.9 Generic_118558-39 sun4u sparc SUNW,Sun-Fire-V240


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