public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/5680: Trouble extracting SSE values from a union
@ 2002-02-13  2:46 tom
  0 siblings, 0 replies; 2+ messages in thread
From: tom @ 2002-02-13  2:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5680
>Category:       c
>Synopsis:       Trouble extracting SSE values from a union
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 13 02:46:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Womack
>Release:        gcc-3.1-20020211
>Organization:
>Environment:
SuSE Linux
>Description:
The short program below

#include <stdio.h>
typedef int m128 __attribute__ ((mode(V4SI)));

typedef union {m128 ti; unsigned int si[4];} m128x;

int main(void)
{
    m128x a;
    m128 w;
    a.si[2] = 1;
    w = a.ti;
}

gives an ICE in expr.c line 2748 -- this is the abort() command when the two sides of an emit_move_insn have incompatible modes.
>How-To-Repeat:
Compile with -march=pentium4
>Fix:

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


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

* Re: c/5680: Trouble extracting SSE values from a union
@ 2002-05-28  6:56 hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: hubicka @ 2002-05-28  6:56 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, tom

Synopsis: Trouble extracting SSE values from a union

State-Changed-From-To: open->closed
State-Changed-By: hubicka
State-Changed-When: Tue May 28 06:04:25 2002
State-Changed-Why:
    No longer reproduces for me

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


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

end of thread, other threads:[~2002-05-28 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-13  2:46 c/5680: Trouble extracting SSE values from a union tom
2002-05-28  6:56 hubicka

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