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/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3


When doing a make bootstrap for gcc 3.3.3 on mips-sgi-irix5.3 it eventually fails:

[...]
./xgcc -B./ -B/usr/local/mips-sgi-irix5.3/bin/ -isystem /usr/local/mips-sgi-irix5.3/include -isystem /usr/local/mips-sgi-irix5.3/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include     -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.3.3/gcc -I../../gcc-3.3.3/gcc/. -I../../gcc-3.3.3/gcc/config -I../../gcc-3.3.3/gcc/../include  -DL_lshrdi3 -c ../../gcc-3.3.3/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
../../gcc-3.3.3/gcc/libgcc2.c: In function `__lshrdi3':
../../gcc-3.3.3/gcc/libgcc2.c:265: internal compiler error: in mips_output_conditional_branch, at config/mips/mips.c:10390
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_lshrdi3.o] Error 1

Judging from http://gcc.gnu.org/ml/gcc-regression/2003-08/txt00027.txt (see "(mips_output_conditional_branch): Remove disabled long-branch code.") I would have guessed that this had been fixed already for 3.3.3, but maybe it is something else?

-- 
           Summary: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geos at epost dot de
                CC: gcc-bugs at gcc dot gnu dot org,geos at epost dot de
 GCC build triplet: mips-sgi-irix5.3
  GCC host triplet: mips-sgi-irix5.3
GCC target triplet: mips-sgi-irix5.3


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


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