public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Matthias Klose <doko@smile.cs.tu-berlin.de>
To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org
Cc: "Falk Hueffner" <falk@debian.org>
Subject: target/8603: Alpha: s?addl pattern doesn't work
Date: Fri, 22 Nov 2002 08:03:00 -0000	[thread overview]
Message-ID: <E18Czt9-0001i8-00@smile.cs.tu-berlin.de> (raw)


>Number:         8603
>Category:       target
>Synopsis:       Alpha: s?addl pattern doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          pessimizes-code
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 16 02:16:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     "Falk Hueffner" <falk@debian.org>
>Release:        3.2.1 (Debian) (Debian unstable)
>Organization:
The Debian Project
>Environment:
System: Debian GNU/Linux (unstable)
Architecture: alpha
host: alpha-linux
Configured with: /home/packages/gcc/3.2/gcc-3.2-3.2.1ds5/src/configure -v --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-objc-gc alpha-linux
>Description:
[ Reported to the Debian BTS as report #161432.
  Please CC 161432@bugs.debian.org on replies.
  Log of report can be found at http://bugs.debian.org/161432 ]

[ gcc version was gcc-3.2 branch 20020913 ]

the s?addl and s?subl patterns don't work, as illustrated by these programs:

falk@juist:/tmp% cat test.c
int f(int x, int y) { return 4 * x + y; }
int g(int x) { return 3 * x; }
falk@juist:/tmp% gcc-3.2 -O3 -c test.c
falk@juist:/tmp% objdump -d test.o

test.o:     file format elf64-alpha

Disassembly of section .text:

0000000000000000 <f>:
   0:   41 04 11 42     s4addq  a0,a1,t0
   4:   00 00 3f 40     addl    t0,zero,v0
   8:   01 80 fa 6b     ret
   c:   00 00 fe 2f     unop

0000000000000010 <g>:
  10:   61 05 10 42     s4subq  a0,a0,t0
  14:   00 00 3f 40     addl    t0,zero,v0
  18:   01 80 fa 6b     ret
  1c:   00 00 fe 2f     unop

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


                 reply	other threads:[~2002-11-16 10:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E18Czt9-0001i8-00@smile.cs.tu-berlin.de \
    --to=doko@smile.cs.tu-berlin.de \
    --cc=161432@bugs.debian.org \
    --cc=debian-gcc@lists.debian.org \
    --cc=falk@debian.org \
    --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).