public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/6916: Wrong assembler code for ARM/Thumb
@ 2002-06-03  4:56 omakarenko
  0 siblings, 0 replies; only message in thread
From: omakarenko @ 2002-06-03  4:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6916
>Category:       c
>Synopsis:       Wrong assembler code for ARM/Thumb
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 03 04:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     omakarenko@cyberplat.ru
>Release:        unknown-1.0
>Organization:
>Environment:
GNU C version 3.1 (arm-elf)
compiled by GNU C version 2.96 20000731 (RedHat Linux 7.3 2.96-110)
Configured with: /home/oleg/arm/tools/gcc/configure --target=arm-elf --enable-languages=c,c++ --disable-shared --disable-nls --with-gnu-as --with-gnu-ld --disable-checking -
-with-multilibs --with-newlib --disable-newlib-io-float
Thread model:single
>Description:
The following simple file when compiled with

arm-elf-gcc -o test.Os.s -S -Os -mthumb test.c

produces code like:
ldr  r3, [r3, sp]

which is wrong for Thumb mode (sp can not be used in thumb mode)

gas then complains with "Error: lo register required"

-O2 and -O3 give the same result.

 
>How-To-Repeat:
arm-elf-gcc -o test.Os.s -S -Os test.c
or
arm-elf-gcc -o test.Os.o -c -Os test.c
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-03 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03  4:56 c/6916: Wrong assembler code for ARM/Thumb omakarenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).