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 tree-optimization/45950] [4.6 Regression] ICE segmentation fault compiling __udivdi3


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa*-*-* (32-bit)          |hppa*-*-*
               Host|hppa*-*-* (32-bit)          |hppa*-*-*
   Target Milestone|4.6.0                       |---
              Build|hppa*-*-* (32-bit)          |hppa*-*-*
           Severity|blocker                     |normal

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2010-10-09 03:11:55 UTC ---
Similar error on hppa64-hp-hpux11.11:

/xxx/gnu/gcc/objdir/./gcc/xgcc -B/xxx/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/gcc
-4.6/hppa64-hp-hpux11.00/bin/ -B/opt/gnu64/gcc/gcc-4.6/hppa64-hp-hpux11.00/lib/ 
-isystem /opt/gnu64/gcc/gcc-4.6/hppa64-hp-hpux11.00/include -isystem
/opt/gnu64/
gcc/gcc-4.6/hppa64-hp-hpux11.00/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 -Dpa64=1 -DELF=1 -mlong-calls -g
-D
HAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc 
-I../../../gcc/libgcc -I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc
-I../
../../gcc/libgcc/../include  -DHAVE_CC_TLS -DUSE_EMUTLS -o _moddi3.o -MT
_moddi3
.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../gcc/libgcc/../gcc/libgcc2.c \
          -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS
../../../gcc/libgcc/../gcc/libgcc2.c: In function '__moddi3':
../../../gcc/libgcc/../gcc/libgcc2.c:1099:1: internal compiler error:
Segmentati
on fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [_moddi3.o] Error 1


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