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 target/11716] New: [mips] branch out of range when building fold-const.c


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

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

           Summary: [mips] branch out of range when building fold-const.c
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: mips-linux
GCC target triplet: mips64-linux

[forwarded from http://bugs.debian.org/202859]

3.3 CVS 20030722,
when building a mips-linux -> mips64-linux crosscompiler current gcc
creates assembler code as can't handle (Branch out of range)

The exact error messages is attached. Same happens with HEAD 20030722.
Compiler called as:
gcc --save-temps -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common  
-DHAVE_CONFIG_H    -I. -I. -I../../gcc-cvs/gcc -I../../gcc-cvs/gcc/.
-I../../gcc-cvs/gcc/config -I../../gcc-cvs/gcc/../include 
../../gcc-cvs/gcc/fold-const.c -o fold-const.o


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