public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/8600: internal error using builtin shift MMX functions
@ 2002-11-22  7:26 Matthias Klose
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Klose @ 2002-11-22  7:26 UTC (permalink / raw)
  To: gcc-gnats, debian-gcc


>Number:         8600
>Category:       target
>Synopsis:       internal error using builtin shift MMX functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 16 01:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Petr Konecny <pekon@ams.sunysb.edu>
>Release:        3.2.1 (Debian) (Debian unstable)
>Organization:
The Debian Project
>Environment:
System: Debian GNU/Linux (unstable)
Architecture: i686
host: i386-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 i386-linux
>Description:
[ Reported to the Debian BTS as report #166940.
  Please CC 166940@bugs.debian.org on replies.
  Log of report can be found at http://bugs.debian.org/166940 ]

Trying to compile the following code:

// mmxtest.c
typedef int v4hi __attribute__ ((mode(V4HI)));
int main(int argc,char *argv[])
{
  v4hi a;
  v4hi result =  __builtin_ia32_psraw(a,1);
}

with: gcc-3.2 -mmmx -c mmxtest.c
and got the following error:
mmxtest.c: In function `main':
mmxtest.c:6: Internal compiler error in ix86_expand_binop_builtin, at
config/i386/i386.c:11503
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

I am getting the same error with psllw and psrlw, I have not tested
others.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: target/8600: internal error using builtin shift MMX functions
@ 2002-12-06  1:55 reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt @ 2002-12-06  1:55 UTC (permalink / raw)
  To: 166940, gcc-bugs, gcc-prs, nobody, pekon

Synopsis: internal error using builtin shift MMX functions

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Fri Dec  6 01:55:52 2002
State-Changed-Why:
    Confirmed.
    The bug is also present on mainline.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8600


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-06  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-22  7:26 target/8600: internal error using builtin shift MMX functions Matthias Klose
2002-12-06  1:55 reichelt

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).