public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: omakarenko@cyberplat.ru
To: gcc-gnats@gcc.gnu.org
Subject: target/6920: gcc-arm-elf v3.1 Wrong assembler code with -mthumb -Os (-O2)
Date: Mon, 03 Jun 2002 06:26:00 -0000	[thread overview]
Message-ID: <20020603132309.19219.qmail@sources.redhat.com> (raw)


>Number:         6920
>Category:       target
>Synopsis:       gcc-arm-elf v3.1 Wrong assembler code with -mthumb -Os (-O2)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 03 06:26:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     omakarenko@cyberplat.ru
>Release:        unknown-1.0
>Organization:
>Environment:
Host: linux-x86
Target: arm-elf
Version: GCC 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:

/* test.c stupid code to demonstrate the bug only */
void func(int d, char *x)
{
    char *a[32];
    if (a[d++] != (char *) 0)
    {
        x = a[d];
    }
    a[d] = x;
}

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.

That is a duplicate report for c/6916. The attached file was somehow missed from the previous report. Sorry for that.
>How-To-Repeat:
compile test.c with -mthumb and -Os (or -O2, -O3) options
>Fix:

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


             reply	other threads:[~2002-06-03 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-03  6:26 omakarenko [this message]
2002-09-30  5:11 rearnsha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020603132309.19219.qmail@sources.redhat.com \
    --to=omakarenko@cyberplat.ru \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).