[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-04 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2010-01-04 11:26 --- The default is set to be v5t rather than v4t because interworking is enabled by default for v5t. In case you want a GNU/ Linux toolchain with v4t , you need to make sure interworking is enabled and all shared

[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-01 Thread badcloud56 at yahoo dot com
--- Comment #1 from badcloud56 at yahoo dot com 2010-01-01 15:53 --- Created an attachment (id=19435) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19435action=view) *.i filegenerated by adding -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42571

[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-01 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-01-01 17:37 --- Created an attachment (id=19437) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19437action=view) fix arm eabi default cpu type Try this patch, from debian. It corrects arm-eabi to choose an armv4t-compatible

[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-01 Thread badcloud56 at yahoo dot com
--- Comment #3 from badcloud56 at yahoo dot com 2010-01-01 19:32 --- (In reply to comment #2) Created an attachment (id=19437) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19437action=view) [edit] fix arm eabi default cpu type Try this patch, from debian. It corrects arm-eabi

[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-01 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-01-01 19:48 --- (In reply to comment #3) Try this patch, from debian. It corrects arm-eabi to choose an armv4t-compatible arm9tdmi as the default cpu type. Otherwise it may generate armv5t code, which is consistent with your illegal

[Bug c/42571] internal compiler error: Illegal instruction when handling moon.c file

2010-01-01 Thread badcloud56 at yahoo dot com
--- Comment #5 from badcloud56 at yahoo dot com 2010-01-01 19:57 --- (In reply to comment #4) (In reply to comment #3) Try this patch, from debian. It corrects arm-eabi to choose an armv4t-compatible arm9tdmi as the default cpu type. Otherwise it may generate armv5t code,