This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34147] internal compiler error: in set_iv, at tree-ssa-loop-ivopts.c:936
- From: "huamama at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2007 03:30:57 -0000
- Subject: [Bug tree-optimization/34147] internal compiler error: in set_iv, at tree-ssa-loop-ivopts.c:936
- References: <bug-34147-15378@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from huamama at gmail dot com 2007-11-20 03:30 -------
I build the toolchains use buildroot, the gcc version is 4.1.2, the target
platform is arm, host platform is cygwin. The busybox version is 1.1.3
If i uncomment some configure of busybox, a new error will show as following:
LINK busybox_unstripped
/home/mahua/opt/test/busybox-1.1.3/networking/telnetd.c: In function
'telnetd_main':
/home/mahua/opt/test/busybox-1.1.3/networking/telnetd.c:541: warning: pointer
targets in passing argument 3 of 'accept' differ in signedness
/home/mahua/opt/test/busybox-1.1.3/editors/vi.c: In function 'do_cmd':
/home/mahua/opt/test/busybox-1.1.3/editors/vi.c:3846: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [busybox_unstripped] Error 1
make: *** [_all] Error 2
--
huamama at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huamama at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34147