Bug#166940: [Bug target/8600] [3.3/3.4 regression] [i686] internal error using builtin shift MMX functions

2003-06-02 Thread [EMAIL PROTECTED]
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

Bug#166940: target/8600: internal error using builtin shift MMX functions

2002-12-06 Thread reichelt
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

Bug#166940: target/8600: internal error using builtin shift MMX functions

2002-11-16 Thread gcc-gnats
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

internal error using builtin shift MMX functions

2002-11-16 Thread Matthias Klose
>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

Bug#166940: gcc-3.2: internal error using builtin shift MMX functions

2002-10-29 Thread Petr Konecny
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