[Bug c++/37436] New: arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2008-09-08 Thread weizhong at broadcom dot com
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



[Bug c++/37436] arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2008-09-08 Thread weizhong at broadcom dot com


--- Comment #1 from weizhong at broadcom dot com  2008-09-08 23:41 ---
Created an attachment (id=16260)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16260&action=view)
generated by adding -save-temps


-- 


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



[Bug c++/37436] arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2008-09-08 Thread weizhong at broadcom dot com


--- Comment #2 from weizhong at broadcom dot com  2008-09-08 23:42 ---
Created an attachment (id=16261)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16261&action=view)
generated by adding -save-temps


-- 


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



[Bug target/37912] New: cannot build arm-gcc with --with-march=armv7-a

2008-10-24 Thread weizhong at broadcom dot com
I was trying to build an arm-linux-gcc with options "--with-march=armv7-a".
./configure fails, the error message is,

Unknown arch used in --with-arch=armv7-a

That is because SVN commit 132837 for file
svn://gcc.gnu.org/svn/gcc/trunk/gcc/config.gcc has not been merged into gcc-4.3
branch.


-- 
   Summary: cannot build arm-gcc with --with-march=armv7-a
   Product: gcc
   Version: 4.3.3
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: target
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=37912