PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8600
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW
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=v
Thank you very much for your problem report.
It has the internal identification `target/8600'.
The individual assigned to look at your
report is: unassigned.
>Category: target
>Responsible:unassigned
>Synopsis: internal error using builtin shift MMX functions
>Ar
>Submitter-Id: net
>Originator:Petr Konecny <[EMAIL PROTECTED]>
>Organization: The Debian Project
>Confidential: no
>Synopsis:
>Severity: non-critical
>Priority: low
>Category: target
>Class: ice-on-legal-code
>Release: 3.2.1 (Debian) (Debian unstable)
>En
Package: gcc-3.2
Version: 1:3.2.1-0pre4
Severity: normal
Tags: upstream
I tried 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
an
5 matches
Mail list logo