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 c++/37436] New: arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990


version:
gcc-4.3.2 http://ftp.gnu.org/gnu/gcc/gcc-4.3.2/gcc-4.3.2.tar.bz2

system type:
host - x86_64-linux-gnu
target - arm-brcm-linux-gnueabi 

configuration:
Using built-in specs.
Target: arm-brcm-linux-gnueabi
Configured with:
/projects/svm_users/weizhong/buildroot_armv7_1/config/20080513/le_arm11_external/../../../external/src/gcc-4.3.2/configure
--build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=arm-brcm-linux-gnueabi
--prefix=/projects/svm_users/weizhong/buildroot_armv7_1/config/20080513/le_arm11_external/../../../external/arm-brcm-linux-gnueabi/build
--with-sysroot=/projects/svm_users/weizhong/buildroot_armv7_1/config/20080513/le_arm11_external/../../../external/arm-brcm-linux-gnueabi/build/sysroot
--enable-shared --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld
--with-gnu-as --enable-threads --disable-libssp --disable-libgomp
--disable-libmudflap --enable-languages=c,c++ --with-float=soft
--with-gmp=/projects/svm_users/weizhong/buildroot_armv7_1/config/20080513/le_arm11_external/../../../external/arm-brcm-linux-gnueabi/build/gmp
--with-mpfr=/projects/svm_users/weizhong/buildroot_armv7_1/config/20080513/le_arm11_external/../../../external/arm-brcm-linux-gnueabi/build/mpfr
Thread model: posix
gcc version 4.3.2 (GCC)


command:
arm-brcm-linux-gnueabi-g++ -D_REENTRANT -I. -I../common -DU_I18N_IMPLEMENTATION
-g -O2 -fvisibility=hidden -c -DPIC -fPIC -o rematch.o rematch.cpp


output:
ll rematch.cpp: In member function 'void
icu_3_8::RegexMatcher::MatchAt(int32_t, UErrorCode&)':
rematch.cpp:2290: error: unrecognizable insn:
(insn 4205 1393 1395 183 rematch.cpp:1462 (set (reg:SI 12 ip)
        (plus:SI (reg:SI 3 r3 [971])
            (mult:SI (reg/v:SI 14 lr [orig:254 opValue.2027 ] [254])
                (const_int 32 [0x20])))) -1 (nil))
rematch.cpp:2290: internal compiler error: in extract_insn, at recog.c:1990
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: arm-cross-g++. internal compiler error: in extract_insn,
                    at recog.c:1990
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: weizhong at broadcom dot com
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: arm-brcm-linux-gnueabi


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


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